removed forthebased and status in navbar

This commit is contained in:
Jonas_Jones 2023-08-31 18:58:18 +02:00
parent d5d8cec47d
commit 9b3c783f3c

View file

@ -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' }
];