Fix frontend images path
This commit is contained in:
parent
51fc7cc710
commit
5704f2b57f
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/sunny.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/sunny.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>SolarEnergy</title>
|
||||
</head>
|
||||
|
Before Width: | Height: | Size: 407 KiB After Width: | Height: | Size: 407 KiB |
Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 557 B |
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user