Update CMS navigation links and remove membership application page

This commit modifies the Navigation component and the CMS index page to replace the "Mitglieder" link with "Mitgliederverwaltung" and updates the corresponding route. Additionally, it removes the outdated "mitgliedschaftsantraege" page, streamlining the CMS structure and improving user navigation.
This commit is contained in:
Torsten Schulz (local)
2026-02-09 09:58:46 +01:00
parent 80c2b0bfeb
commit 905e02debf
7 changed files with 1291 additions and 449 deletions

View File

@@ -69,9 +69,9 @@
</p>
</NuxtLink>
<!-- Mitglieder -->
<!-- Mitgliederverwaltung (gruppiert) -->
<NuxtLink
to="/mitgliederbereich/mitglieder"
to="/cms/mitgliederverwaltung"
class="bg-white p-6 rounded-xl shadow-lg border border-gray-100 hover:shadow-xl transition-all group"
>
<div class="flex items-center mb-4">
@@ -82,11 +82,11 @@
/>
</div>
<h2 class="ml-4 text-xl font-semibold text-gray-900">
Mitglieder
Mitgliederverwaltung
</h2>
</div>
<p class="text-gray-600">
Mitgliederliste bearbeiten
Mitgliederliste &amp; Mitgliedschaftsanträge
</p>
</NuxtLink>