mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 17:41:21 +00:00
feat: change navigation for toolbox page
This commit is contained in:
parent
ee92fe7512
commit
2c6615d447
1 changed files with 1 additions and 1 deletions
|
@ -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' }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue