diff --git a/components/navbar.tsx b/components/navbar.tsx index 501f0ad..2445a28 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -25,11 +25,11 @@ const NavBar = ({children, title = "nickbland.dev | Home", description = "A webs
- +
-
+
+
- Home - Home 2 + Home + About
@@ -86,9 +86,9 @@ const NavBar = ({children, title = "nickbland.dev | Home", description = "A webs >
- Home - Home 2 - + Home + About +
diff --git a/components/themeSwitch.tsx b/components/themeSwitch.tsx index 1ac7bb1..76e15a4 100644 --- a/components/themeSwitch.tsx +++ b/components/themeSwitch.tsx @@ -14,17 +14,17 @@ export const ThemeSwitch = () => { } return ( -
+
- Dark Mode + Dark Mode + className={`${enabled ? 'translate-x-6' : 'translate-x-1'} inline-block w-4 h-4 transform bg-black dark:bg-white rounded-full transition-transform`} />