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:
@@ -39,7 +39,7 @@
|
||||
</p>
|
||||
</NuxtLink>
|
||||
|
||||
<!-- Interne News -->
|
||||
<!-- News -->
|
||||
<NuxtLink
|
||||
to="/mitgliederbereich/news"
|
||||
class="bg-white p-6 rounded-xl shadow-lg border border-gray-100 hover:shadow-xl transition-all group"
|
||||
@@ -48,7 +48,7 @@
|
||||
<div class="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center group-hover:bg-primary-600 transition-colors">
|
||||
<Newspaper :size="24" class="text-primary-600 group-hover:text-white" />
|
||||
</div>
|
||||
<h2 class="ml-4 text-xl font-semibold text-gray-900">Interne News</h2>
|
||||
<h2 class="ml-4 text-xl font-semibold text-gray-900">News</h2>
|
||||
</div>
|
||||
<p class="text-gray-600">
|
||||
Neuigkeiten und Ankündigungen
|
||||
@@ -71,7 +71,7 @@
|
||||
</div>
|
||||
<div class="flex items-start">
|
||||
<Check :size="20" class="text-primary-600 mr-2 mt-0.5" />
|
||||
<span class="text-gray-700">Interne Vereinsnews und Ankündigungen</span>
|
||||
<span class="text-gray-700">Vereinsnews und Ankündigungen</span>
|
||||
</div>
|
||||
<div class="flex items-start">
|
||||
<Check :size="20" class="text-primary-600 mr-2 mt-0.5" />
|
||||
|
||||
Reference in New Issue
Block a user