mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
Menü-Reihenfolge angepasst. DIY als letzten Eintrag.
This commit is contained in:
parent
e497eac2ee
commit
e11052b33e
1 changed files with 6 additions and 6 deletions
|
|
@ -31,12 +31,6 @@ module.exports = {
|
||||||
text: 'Aktivitäten',
|
text: 'Aktivitäten',
|
||||||
link: '/aktivitaeten',
|
link: '/aktivitaeten',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
text: 'DIY',
|
|
||||||
children: [
|
|
||||||
'/diy/teleskop-viertelwellen-vertical'
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: 'Amateurfunk',
|
text: 'Amateurfunk',
|
||||||
link: '/amateurfunk',
|
link: '/amateurfunk',
|
||||||
|
|
@ -45,6 +39,12 @@ module.exports = {
|
||||||
text: 'Mitmachen',
|
text: 'Mitmachen',
|
||||||
link: '/mitmachen',
|
link: '/mitmachen',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: 'DIY',
|
||||||
|
children: [
|
||||||
|
'/diy/teleskop-viertelwellen-vertical'
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue