yxcyxc
All checks were successful
Deploy / deploy (push) Successful in 54s

This commit is contained in:
2026-08-03 21:39:32 +02:00
parent 10557acb0e
commit b47e2961ae
4 changed files with 5 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ if ($isLoggedIn) {
</div>
<nav class="nav-links" aria-label="Hauptmenü">
<a href="/">Home</a>
<a href="/search">Suche</a>
<a href="/search">Event Suche</a>
<a href="/community">Community</a>
</nav>
<div class="nav-actions">
@@ -76,7 +76,7 @@ if ($isLoggedIn) {
</div>
<div class="mobile-menu" id="mobileMenu">
<a href="/">Home</a>
<a href="/search">Suche</a>
<a href="/search">Event Suche</a>
<a href="/community">Community</a>
<?php if ($isLoggedIn): ?>
<a class="btn ghost" href="/dashboard?section=profile">Profil</a>