mirror of
https://github.com/ershisan99/podcaster.git
synced 2025-12-16 20:59:26 +00:00
fix: add underline on podcast link hover
This commit is contained in:
@@ -30,7 +30,11 @@ export function PodcastInfoCard({
|
||||
</Wrap>
|
||||
</div>
|
||||
<div className={"border-b px-2 py-4"}>
|
||||
<Wrap if={shouldWrapWithLink} with={Link} wrapperProps={{ to: href }}>
|
||||
<Wrap
|
||||
if={shouldWrapWithLink}
|
||||
with={Link}
|
||||
wrapperProps={{ to: href, className: "hover:underline" }}
|
||||
>
|
||||
<strong className={"block"}>{title}</strong>
|
||||
<em className={"text-sm"}>by {author}</em>
|
||||
</Wrap>
|
||||
|
||||
Reference in New Issue
Block a user