Update navigation and CMS components to replace 'Interne News' with 'News' for consistency; enhance text descriptions in the CMS and member area for clarity.

This commit is contained in:
Torsten Schulz (local)
2025-10-24 01:43:32 +02:00
parent b866ccc215
commit 4666f80776
4 changed files with 13 additions and 13 deletions

View File

@@ -180,7 +180,7 @@
<NuxtLink to="/mitgliederbereich/news"
class="px-2.5 py-1 text-xs text-gray-300 hover:text-white hover:bg-primary-700/50 rounded transition-all"
active-class="text-white bg-primary-600">
Interne News
News
</NuxtLink>
<NuxtLink to="/mitgliederbereich/profil"
class="px-2.5 py-1 text-xs text-gray-300 hover:text-white hover:bg-primary-700/50 rounded transition-all"
@@ -239,7 +239,7 @@
<NuxtLink to="/mitgliederbereich/news"
@click="showCmsDropdown = false"
class="block px-4 py-2 text-sm text-gray-300 hover:bg-primary-600 hover:text-white transition-colors">
Interne News
News
</NuxtLink>
<NuxtLink to="/cms/termine"
@click="showCmsDropdown = false"
@@ -435,7 +435,7 @@
</NuxtLink>
<NuxtLink to="/mitgliederbereich/news" @click="isMobileMenuOpen = false"
class="block px-4 py-2 text-sm text-gray-400 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
Interne News
News
</NuxtLink>
<NuxtLink to="/mitgliederbereich/profil" @click="isMobileMenuOpen = false"
class="block px-4 py-2 text-sm text-gray-400 hover:text-white hover:bg-primary-700/50 rounded-lg transition-colors">
@@ -449,7 +449,7 @@
</NuxtLink>
<NuxtLink to="/mitgliederbereich/news" @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">
Interne News
News
</NuxtLink>
<NuxtLink to="/cms/termine" @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">