fix theme switcher caption
This commit is contained in:
@@ -104,7 +104,7 @@ export const NavBar = () => {
|
|||||||
>
|
>
|
||||||
{theme === "light" ? <MdOutlineDarkMode /> : <MdOutlineLightMode />}
|
{theme === "light" ? <MdOutlineDarkMode /> : <MdOutlineLightMode />}
|
||||||
</div>
|
</div>
|
||||||
<div className="my-auto">{theme === "light" ? "LIGHT" : "DARK"}</div>
|
<div className="my-auto">{theme === "light" ? "DARK" : "LIGHT"}</div>
|
||||||
</div>
|
</div>
|
||||||
</SheetContent>
|
</SheetContent>
|
||||||
</Sheet>
|
</Sheet>
|
||||||
|
|||||||
Reference in New Issue
Block a user