diff --git a/components/Navbar.tsx b/components/Navbar.tsx
index 1b9085e..3bb3bcb 100644
--- a/components/Navbar.tsx
+++ b/components/Navbar.tsx
@@ -7,7 +7,7 @@ const Navbar = () => {
<>
-
+
>
);
diff --git a/components/toggle/theme.tsx b/components/toggle/theme.tsx
index b651fcd..37223f2 100644
--- a/components/toggle/theme.tsx
+++ b/components/toggle/theme.tsx
@@ -12,11 +12,11 @@ function the(t) {
}
const ThemeToggle = () => {
- const { resolvedTheme: theme, setTheme } = useTheme();
+ const { resolvedTheme: theme, setTheme: set } = useTheme();
return (
<>
-