From e11052b33e56efb685bff67a0622cd1aab700a71 Mon Sep 17 00:00:00 2001 From: kitesurfer1404 Date: Sat, 11 Feb 2023 23:17:51 +0100 Subject: [PATCH] =?UTF-8?q?Men=C3=BC-Reihenfolge=20angepasst.=20DIY=20als?= =?UTF-8?q?=20letzten=20Eintrag.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index d6eeacd6..57b85994 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -31,12 +31,6 @@ module.exports = { text: 'Aktivitäten', link: '/aktivitaeten', }, - { - text: 'DIY', - children: [ - '/diy/teleskop-viertelwellen-vertical' - ], - }, { text: 'Amateurfunk', link: '/amateurfunk', @@ -45,6 +39,12 @@ module.exports = { text: 'Mitmachen', link: '/mitmachen', }, + { + text: 'DIY', + children: [ + '/diy/teleskop-viertelwellen-vertical' + ], + }, ], }), }