Skip to content

Commit

Permalink
client: fix landing-bg url (when localized)
Browse files Browse the repository at this point in the history
  • Loading branch information
avine committed Jan 27, 2024
1 parent ac7d539 commit 7fd2f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/styles/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

&::after {
background: url('assets/images/landing-bg.svg') center repeat;
background: url(../assets/images/landing-bg.svg) center repeat;
background-size: 480px;
opacity: 0.25;
}
Expand Down

0 comments on commit 7fd2f49

Please sign in to comment.