Add 'Vereinsmeisterschaften' link to Navigation component; update CSV header format and add new entry for 2025

This commit is contained in:
Torsten Schulz (local)
2025-10-23 16:52:08 +02:00
parent a4269e970b
commit c6ce26773a
4 changed files with 714 additions and 1 deletions

View File

@@ -230,6 +230,11 @@
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors">
Satzung
</NuxtLink>
<NuxtLink to="/cms/vereinsmeisterschaften"
@click="showCmsDropdown = false"
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors">
Vereinsmeisterschaften
</NuxtLink>
<div class="border-t border-gray-700 my-1"></div>
<NuxtLink to="/mitgliederbereich/news"
@click="showCmsDropdown = false"
@@ -465,6 +470,10 @@
class="block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
Satzung
</NuxtLink>
<NuxtLink to="/cms/vereinsmeisterschaften" @click="isMobileMenuOpen = false"
class="block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
Vereinsmeisterschaften
</NuxtLink>
<NuxtLink to="/cms/einstellungen" @click="isMobileMenuOpen = false"
class="block px-4 py-2 text-sm text-yellow-300 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
Einstellungen