From 5704f2b57facce1357d7aeaacc0a512c50913539 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 28 Sep 2024 11:40:29 +0200 Subject: [PATCH] Fix frontend images path --- central_frontend/index.html | 2 +- central_frontend/public/{ => assets}/sun.jpg | Bin central_frontend/public/{ => assets}/sunny.svg | 0 central_frontend/src/routes/LoginRoute.tsx | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename central_frontend/public/{ => assets}/sun.jpg (100%) rename central_frontend/public/{ => assets}/sunny.svg (100%) diff --git a/central_frontend/index.html b/central_frontend/index.html index 48cd3b2..e318460 100644 --- a/central_frontend/index.html +++ b/central_frontend/index.html @@ -2,7 +2,7 @@ - + SolarEnergy diff --git a/central_frontend/public/sun.jpg b/central_frontend/public/assets/sun.jpg similarity index 100% rename from central_frontend/public/sun.jpg rename to central_frontend/public/assets/sun.jpg diff --git a/central_frontend/public/sunny.svg b/central_frontend/public/assets/sunny.svg similarity index 100% rename from central_frontend/public/sunny.svg rename to central_frontend/public/assets/sunny.svg diff --git a/central_frontend/src/routes/LoginRoute.tsx b/central_frontend/src/routes/LoginRoute.tsx index 6e1d582..cafe6dd 100644 --- a/central_frontend/src/routes/LoginRoute.tsx +++ b/central_frontend/src/routes/LoginRoute.tsx @@ -62,7 +62,7 @@ export function LoginRoute() { t.palette.mode === "light" ? t.palette.grey[50]