From acc4417835c2c002c7723335836b2e3c3f2924aa Mon Sep 17 00:00:00 2001 From: Ebube Date: Thu, 21 Mar 2024 13:51:49 +0100 Subject: [PATCH] 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 -- 2.34.1