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() { diff --git a/public/images/anime-profile-pic.png b/public/images/anime-profile-pic.png old mode 100755 new mode 100644 index 50374ff..808a5d2 Binary files a/public/images/anime-profile-pic.png and b/public/images/anime-profile-pic.png differ