Fix frontend images path
This commit is contained in:
@ -62,7 +62,7 @@ export function LoginRoute() {
|
||||
<Grid
|
||||
size={{ sm: 4, md: 7, xs: false }}
|
||||
sx={{
|
||||
backgroundImage: 'url("/sun.jpg")',
|
||||
backgroundImage: 'url("/assets/sun.jpg")',
|
||||
backgroundColor: (t) =>
|
||||
t.palette.mode === "light"
|
||||
? t.palette.grey[50]
|
||||
|
Reference in New Issue
Block a user