feat: change navigation for toolbox page

This commit is contained in:
Bart van der Braak 2023-08-07 20:33:07 +02:00
parent ee92fe7512
commit 2c6615d447

View file

@ -30,7 +30,7 @@
let routes = [ let routes = [
{ url: '/', label: 'Home' }, { url: '/', label: 'Home' },
{ url: '/projects', label: 'Projects' }, { url: '/projects', label: 'Projects' },
{ url: '/tools', label: 'Tools' } { url: '/toolbox', label: 'Toolbox' }
// { url: '/blog', label: 'Blog' } // { url: '/blog', label: 'Blog' }
]; ];