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]