fix: style top picks back link as button

This commit is contained in:
2026-06-28 12:52:57 +02:00
parent 44d4b7c342
commit 748c823172
2 changed files with 23 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<div class="min-w-0">
<h1 class="text-xl font-normal tracking-[-0.02em] text-foreground">Top Picks for You</h1>
</div>
<a href="/" class="text-sm text-foreground-muted transition-colors hover:text-foreground">Back to Home</a>
<a href="/" class="inline-flex h-10 items-center justify-center bg-background-button px-4 text-sm font-normal text-foreground transition-colors hover:bg-background-button-hover focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent">Back to Home</a>
</div>
{{if eq (len .Animes) 0}}