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", href: "/stats",
}, },
{ {
title: "Resume", title: "Experience",
href: "/resume", href: "/exps",
}, },
{ {
title: "Contact", title: "Contact",
href: "/contact", href: "/contact",
}, },
{
title: "Art/Projects",
href: "/projects",
},
{
title: "Blog",
href: "https://blog.bravo68web.me",
},
{
title: "Extras",
href: "/extras",
},
]; ];
function Nav() { function Nav() {