minor change
This commit is contained in:
parent
f8811a49c0
commit
6f77882ffc
|
@ -257,10 +257,7 @@ export default function LinkCard({ link, count, className }: Props) {
|
||||||
}}
|
}}
|
||||||
className="flex items-center gap-1 max-w-full w-fit text-neutral hover:opacity-70 duration-100"
|
className="flex items-center gap-1 max-w-full w-fit text-neutral hover:opacity-70 duration-100"
|
||||||
>
|
>
|
||||||
<FontAwesomeIcon
|
<FontAwesomeIcon icon={faLink} className="mt-1 w-4 h-4" />
|
||||||
icon={faLink}
|
|
||||||
className="mt-1 w-4 h-4 text-primary"
|
|
||||||
/>
|
|
||||||
<p className="truncate w-full">{shortendURL}</p>
|
<p className="truncate w-full">{shortendURL}</p>
|
||||||
</Link>
|
</Link>
|
||||||
) : (
|
) : (
|
||||||
|
|
Ŝarĝante…
Reference in New Issue