chore: Remove library link from navbar
All checks were successful
Deploy Dimension47 / deploy (push) Successful in 37s

Library is now accessed per-campaign via the campaign detail page.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Alexander Zielonka
2026-01-30 11:17:01 +01:00
parent 4b3c0d2667
commit 15dc0d289a

View File

@@ -42,12 +42,6 @@ export function Layout() {
>
Kampagnen
</Link>
<Link
to="/library"
className="text-sm text-text-secondary hover:text-text-primary transition-colors"
>
Bibliothek
</Link>
</nav>
{/* User Menu */}