diff --git a/src/components/Dashboards/AccountDashboard.jsx b/src/components/Dashboards/AccountDashboard.jsx index 4a3d7fd..254097b 100644 --- a/src/components/Dashboards/AccountDashboard.jsx +++ b/src/components/Dashboards/AccountDashboard.jsx @@ -40,7 +40,7 @@ const AccountDashboard = ({ className, bannerList }) => { ); })} -
+ {darkMode.theme === "light" ? "Dark" : "Light"} Mode +
+
-
+
-
+
+
+
-
-