mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
fix: localhost url in login scss file
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
.login-page {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: url("http://localhost:3000/login-bg-final.webp");
|
||||
background: url("/login-bg-final.webp");
|
||||
background-size: cover;
|
||||
background-position: bottom;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user