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: [
{
text: 'About',
url: '/about/'
},
{
text: 'Get started',
text: 'Docs',
url: '/get-started/'
},
{
@ -15,13 +15,13 @@ module.exports = {
{
text: 'Blog',
url: '/blog/'
},
{
text: 'Style guide',
url: '/styleguide/'
}
],
bottom: [
{
text: 'Style guide',
url: '/styleguide/'
},
{
text: 'Imprint',
url: '/imprint/'