fix: localhost url in login scss file

This commit is contained in:
Sonny
2023-06-10 19:12:41 +02:00
parent f84776210b
commit dee63bda95

View File

@@ -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;