From 701311acca0bafcd67bdae5e0327f249030c3b93 Mon Sep 17 00:00:00 2001 From: bravo68web Date: Mon, 3 Jul 2023 23:00:03 +0530 Subject: [PATCH] update navbar --- components/nav.jsx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/components/nav.jsx b/components/nav.jsx index 696e9ac..1564fd3 100644 --- a/components/nav.jsx +++ b/components/nav.jsx @@ -18,25 +18,13 @@ const LINKS = [ href: "/stats", }, { - title: "Resume", - href: "/resume", + title: "Experience", + href: "/exps", }, { title: "Contact", href: "/contact", }, - { - title: "Art/Projects", - href: "/projects", - }, - { - title: "Blog", - href: "https://blog.bravo68web.me", - }, - { - title: "Extras", - href: "/extras", - }, ]; function Nav() {