Skip to content

Commit

Permalink
fix(homepage): change background image name for cache busting
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed May 26, 2021
1 parent 99bb3e8 commit 0e768cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/homepage/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const styles = {
flex-direction: column;
justify-content: center;
align-items: center;
background: ${theme.mainBackground} url('/homepage/background.svg')
background: ${theme.mainBackground} url('/homepage/wave_background.svg')
no-repeat;
background-position: center calc(100% - 66px);
background-size: cover;
Expand Down
File renamed without changes

0 comments on commit 0e768cc

Please sign in to comment.