Skip to content

Commit 0e768cc

Browse files
committed
fix(homepage): change background image name for cache busting
1 parent 99bb3e8 commit 0e768cc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/homepage/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const styles = {
3232
flex-direction: column;
3333
justify-content: center;
3434
align-items: center;
35-
background: ${theme.mainBackground} url('/homepage/background.svg')
35+
background: ${theme.mainBackground} url('/homepage/wave_background.svg')
3636
no-repeat;
3737
background-position: center calc(100% - 66px);
3838
background-size: cover;
File renamed without changes.

0 commit comments

Comments
 (0)