Menü-Reihenfolge angepasst. DIY als letzten Eintrag.

This commit is contained in:
kitesurfer1404 2023-02-11 23:17:51 +01:00
parent e497eac2ee
commit e11052b33e

View file

@ -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'
],
},
],
}),
}