Skip to content

Commit

Permalink
Use relative path for bg
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 5, 2023
1 parent 81ac55a commit 7e37f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/sass/layout/_auth.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

&__sidebar {
background-image: url('/vendor/root/img/auth-background.png');
background-image: url('../../img/auth-background.png');
background-position: center;
background-size: cover;
border-radius: 2rem;
Expand Down

0 comments on commit 7e37f1d

Please sign in to comment.