Update CMS navigation links and remove membership application page
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 46s
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 46s
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:
@@ -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 & Mitgliedschaftsanträge
|
||||
</p>
|
||||
</NuxtLink>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user