mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11: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 = [
|
||||
{ url: '/', label: 'Home' },
|
||||
{ url: '/projects', label: 'Projects' },
|
||||
{ url: '/tools', label: 'Tools' }
|
||||
{ url: '/toolbox', label: 'Toolbox' }
|
||||
// { url: '/blog', label: 'Blog' }
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue