update navbar

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-07-03 23:00:03 +05:30
parent e460a426c3
commit 701311acca
No known key found for this signature in database
GPG Key ID: 3C83E0D139DC0CBD
1 changed files with 2 additions and 14 deletions

View File

@ -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() {