From 9b3c783f3c73614233f023d21549c34d37371ff6 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Thu, 31 Aug 2023 18:58:18 +0200 Subject: [PATCH] removed forthebased and status in navbar --- src/components/NavBar.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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' } ];