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