diff --git a/docs/plans/FINAL-PRELAUNCH.md b/docs/plans/FINAL-PRELAUNCH.md
index 1378abe1..39582a3f 100644
--- a/docs/plans/FINAL-PRELAUNCH.md
+++ b/docs/plans/FINAL-PRELAUNCH.md
@@ -10,13 +10,13 @@ Update the rules files, to follow the rules in all changes for styles, for compo
## 2. Visual Verifications
-2.1 - All logos and images to update for dark and light color scheme layout, and logo design final as well as favicon, and move images to right folder
+2.1 ✅ - All logos and images to update for dark and light color scheme layout, and logo design final as well as favicon, and move images to right folder
2.2 - Sidebar menu rearrange for items that need rearranging, and reduce padding/spacing
2.3 - Fix the sidebar active/selected menu and hover color
-2.4 - Assign manually the colors to each module, and verify and fix that in each page and progress bar consistent colors are used, across module pages, automation and dashboard
+2.4 ✅ - Assign manually the colors to each module, and verify and fix that in each page and progress bar consistent colors are used, across module pages, automation and dashboard
2.5 - Use colors in setup, sites and account and all its subpages
diff --git a/frontend/public/Favicon.png b/frontend/public/Favicon.png
new file mode 100644
index 00000000..0fc394f4
Binary files /dev/null and b/frontend/public/Favicon.png differ
diff --git a/frontend/public/favicon.png b/frontend/public/favicon.png
deleted file mode 100644
index ca26deea..00000000
Binary files a/frontend/public/favicon.png and /dev/null differ
diff --git a/frontend/public/igny8-logo-trnsp.png b/frontend/public/igny8-logo-trnsp.png
deleted file mode 100644
index 536e4e38..00000000
Binary files a/frontend/public/igny8-logo-trnsp.png and /dev/null differ
diff --git a/frontend/public/igny8-logo-w-orange.png b/frontend/public/igny8-logo-w-orange.png
deleted file mode 100644
index 3c517409..00000000
Binary files a/frontend/public/igny8-logo-w-orange.png and /dev/null differ
diff --git a/frontend/public/images/logo/IGNY8_DARK_LOGO.png b/frontend/public/images/logo/IGNY8_DARK_LOGO.png
new file mode 100644
index 00000000..989c14bc
Binary files /dev/null and b/frontend/public/images/logo/IGNY8_DARK_LOGO.png differ
diff --git a/frontend/public/images/logo/IGNY8_LIGHT_LOGO.png b/frontend/public/images/logo/IGNY8_LIGHT_LOGO.png
new file mode 100644
index 00000000..efc32b9e
Binary files /dev/null and b/frontend/public/images/logo/IGNY8_LIGHT_LOGO.png differ
diff --git a/frontend/public/images/logo/Igny8_Favicon.png b/frontend/public/images/logo/Igny8_Favicon.png
new file mode 100644
index 00000000..92ad02b9
Binary files /dev/null and b/frontend/public/images/logo/Igny8_Favicon.png differ
diff --git a/frontend/public/images/logo/Igny8_Favicon_colored_bg.png b/frontend/public/images/logo/Igny8_Favicon_colored_bg.png
new file mode 100644
index 00000000..14cbf920
Binary files /dev/null and b/frontend/public/images/logo/Igny8_Favicon_colored_bg.png differ
diff --git a/frontend/public/images/logo/logo-dark.svg b/frontend/public/images/logo/logo-dark.svg
deleted file mode 100644
index 4b94dacc..00000000
--- a/frontend/public/images/logo/logo-dark.svg
+++ /dev/null
@@ -1,53 +0,0 @@
-
diff --git a/frontend/public/images/logo/logo-icon.png b/frontend/public/images/logo/logo-icon.png
new file mode 100644
index 00000000..fa16968b
Binary files /dev/null and b/frontend/public/images/logo/logo-icon.png differ
diff --git a/frontend/public/images/logo/logo-icon.svg b/frontend/public/images/logo/logo-icon.svg
deleted file mode 100644
index 11d52ca4..00000000
--- a/frontend/public/images/logo/logo-icon.svg
+++ /dev/null
@@ -1,44 +0,0 @@
-
diff --git a/frontend/public/images/logo/logo.svg b/frontend/public/images/logo/logo.svg
deleted file mode 100644
index e1471e90..00000000
--- a/frontend/public/images/logo/logo.svg
+++ /dev/null
@@ -1,813 +0,0 @@
-
\ No newline at end of file
diff --git a/frontend/src/components/header/Header.tsx b/frontend/src/components/header/Header.tsx
index 47764f64..fc9980a8 100644
--- a/frontend/src/components/header/Header.tsx
+++ b/frontend/src/components/header/Header.tsx
@@ -74,7 +74,7 @@ const Header: React.FC = ({ onClick, onToggle }) => {
{
{/* Mobile Logo */}
-
+
diff --git a/frontend/src/layout/AppSidebar.tsx b/frontend/src/layout/AppSidebar.tsx
index 7c0e1429..c691e5b5 100644
--- a/frontend/src/layout/AppSidebar.tsx
+++ b/frontend/src/layout/AppSidebar.tsx
@@ -470,7 +470,7 @@ const AppSidebar: React.FC = () => {
<>
{
>
) : (
= ({ children }) => {