Update lodash and tar package versions in package-lock.json; add 'Startseite' link to Navigation component
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 52s
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 52s
This commit is contained in:
@@ -327,6 +327,13 @@
|
||||
>
|
||||
Übersicht
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
to="/cms/startseite"
|
||||
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors"
|
||||
@click="showCmsDropdown = false"
|
||||
>
|
||||
Startseite
|
||||
</NuxtLink>
|
||||
<div class="border-t border-gray-700 my-1" />
|
||||
<NuxtLink
|
||||
to="/cms/ueber-uns"
|
||||
@@ -751,6 +758,13 @@
|
||||
>
|
||||
CMS Übersicht
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
to="/cms/startseite"
|
||||
class="block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors"
|
||||
@click="isMobileMenuOpen = false"
|
||||
>
|
||||
Startseite
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
to="/mitgliederbereich/news"
|
||||
class="block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors"
|
||||
|
||||
Reference in New Issue
Block a user