From 7da693f2988589a292eff0058b443bda860cf781 Mon Sep 17 00:00:00 2001 From: Ebube Date: Thu, 21 Mar 2024 13:49:22 +0100 Subject: [PATCH 1/2] fix commit issue --- src/components/Partials/RightSideBar.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Partials/RightSideBar.jsx b/src/components/Partials/RightSideBar.jsx index edec74c..6a6910a 100644 --- a/src/components/Partials/RightSideBar.jsx +++ b/src/components/Partials/RightSideBar.jsx @@ -249,6 +249,7 @@ export default function RightSideBar({ myJobList }) { /> )} +

{darkMode.theme === "light" ? "Dark" : "Light"} Mode From acc4417835c2c002c7723335836b2e3c3f2924aa Mon Sep 17 00:00:00 2001 From: Ebube Date: Thu, 21 Mar 2024 13:51:49 +0100 Subject: [PATCH 2/2] commit issue fix --- src/components/Partials/RightSideBar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Partials/RightSideBar.jsx b/src/components/Partials/RightSideBar.jsx index 6a6910a..f1871b9 100644 --- a/src/components/Partials/RightSideBar.jsx +++ b/src/components/Partials/RightSideBar.jsx @@ -249,7 +249,7 @@ export default function RightSideBar({ myJobList }) { /> )} - +

{darkMode.theme === "light" ? "Dark" : "Light"} Mode