Fix frontend images path

This commit is contained in:
2024-09-28 11:40:29 +02:00
parent 51fc7cc710
commit 5704f2b57f
4 changed files with 2 additions and 2 deletions

View File

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