This commit is contained in:
Timothy Pidashev
2024-03-18 18:15:33 -07:00
parent 9f4c069f7f
commit 70c7d03576
2 changed files with 32 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2,30 +2,6 @@
import ThemeToggle from "@/components/theme-toggle"
import Link from "next/link";
import { usePathname } from "next/navigation";
const navItems= [
{
path: "/",
name: "Home"
},
{
path: "/projects",
name: "Projects"
},
{
path: "/resume",
name: "Resume"
},
{
path: "/blog",
name: "Blog"
},
{
path: "/shop",
name: "Shop"
}
]
const Header = () => {