diff --git a/src/components/NavBar.svelte b/src/components/NavBar.svelte index 86ca1b1..5d170f2 100644 --- a/src/components/NavBar.svelte +++ b/src/components/NavBar.svelte @@ -63,8 +63,9 @@ let navLinks = [ { name: 'Home', url: '/' }, { name: 'Projects', url: '/projects'}, - { name: 'For The Basedâ„¢', url: '/based'}, - { name: 'Status', url: '/status'}, + // just removed this cause it bothered me + //{ name: 'For The Basedâ„¢', url: '/based'}, + //{ name: 'Status', url: '/status'}, { name: 'About', url: '/about' } ];