update navigation

This commit is contained in:
madrilene 2024-06-03 11:14:21 +02:00
parent e006738a69
commit 71e8a120e9

View file

@ -1,11 +1,11 @@
module.exports = { export default {
top: [ top: [
{ {
text: 'About', text: 'About',
url: '/about/' url: '/about/'
}, },
{ {
text: 'Get started', text: 'Docs',
url: '/get-started/' url: '/get-started/'
}, },
{ {
@ -15,13 +15,13 @@ module.exports = {
{ {
text: 'Blog', text: 'Blog',
url: '/blog/' url: '/blog/'
},
{
text: 'Style guide',
url: '/styleguide/'
} }
], ],
bottom: [ bottom: [
{
text: 'Style guide',
url: '/styleguide/'
},
{ {
text: 'Imprint', text: 'Imprint',
url: '/imprint/' url: '/imprint/'