mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
Add font
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 = () => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user