From 71e8a120e982fe7133dde8d641e99d862d35b1a6 Mon Sep 17 00:00:00 2001 From: madrilene Date: Mon, 3 Jun 2024 11:14:21 +0200 Subject: [PATCH] update navigation --- src/_data/navigation.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/_data/navigation.js b/src/_data/navigation.js index ade29a4..6301786 100644 --- a/src/_data/navigation.js +++ b/src/_data/navigation.js @@ -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/'