chore: remove signup and account routes

This commit is contained in:
2026-04-18 23:15:38 +02:00
parent 398c7353fa
commit 4b95a590b7
5 changed files with 2 additions and 315 deletions

View File

@@ -31,7 +31,6 @@ templ Layout(title string, showHeader bool) {
<a class="text-(--text-muted) no-underline hover:text-(--text) hover:no-underline" href="/discover">Discover</a>
<a class="text-(--text-muted) no-underline hover:text-(--text) hover:no-underline" href="/notifications">Notifications</a>
<a class="text-(--text-muted) no-underline hover:text-(--text) hover:no-underline" href="/watchlist">Watchlist</a>
<a class="text-(--text-muted) no-underline hover:text-(--text) hover:no-underline" href="/account">Account</a>
</div>
</div>
<div class="relative ml-auto min-w-60 w-full max-w-md max-lg:ml-0" data-search-root>