fix: style top picks back link as button
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user