diff --git a/components/utils/NavBar.tsx b/components/utils/NavBar.tsx index 3b1ea9b..a913b80 100644 --- a/components/utils/NavBar.tsx +++ b/components/utils/NavBar.tsx @@ -104,7 +104,7 @@ export const NavBar = () => { > {theme === "light" ? : } -
{theme === "light" ? "LIGHT" : "DARK"}
+
{theme === "light" ? "DARK" : "LIGHT"}