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