Fix frontend images path
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
<html lang="en">
 | 
					<html lang="en">
 | 
				
			||||||
  <head>
 | 
					  <head>
 | 
				
			||||||
    <meta charset="UTF-8" />
 | 
					    <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" />
 | 
					    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
				
			||||||
    <title>SolarEnergy</title>
 | 
					    <title>SolarEnergy</title>
 | 
				
			||||||
  </head>
 | 
					  </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
 | 
					      <Grid
 | 
				
			||||||
        size={{ sm: 4, md: 7, xs: false }}
 | 
					        size={{ sm: 4, md: 7, xs: false }}
 | 
				
			||||||
        sx={{
 | 
					        sx={{
 | 
				
			||||||
          backgroundImage: 'url("/sun.jpg")',
 | 
					          backgroundImage: 'url("/assets/sun.jpg")',
 | 
				
			||||||
          backgroundColor: (t) =>
 | 
					          backgroundColor: (t) =>
 | 
				
			||||||
            t.palette.mode === "light"
 | 
					            t.palette.mode === "light"
 | 
				
			||||||
              ? t.palette.grey[50]
 | 
					              ? t.palette.grey[50]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user