mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 05:05:38 -04:00
Link explore hero title to its title detail page
Wraps the hero banner h2 in a Link with a subtle primary color hover transition, matching the app's warm-accent interaction pattern. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -76,9 +76,11 @@ export function HeroBanner({
|
||||
Trending today
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="font-display text-3xl tracking-tight sm:text-4xl">
|
||||
{title}
|
||||
</h2>
|
||||
<Link href={href} className="group/title">
|
||||
<h2 className="font-display text-3xl tracking-tight sm:text-4xl transition-colors group-hover/title:text-primary">
|
||||
{title}
|
||||
</h2>
|
||||
</Link>
|
||||
<p className="mt-2 line-clamp-2 max-w-2xl text-sm text-muted-foreground">
|
||||
{overview}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user