minor change
This commit is contained in:
@@ -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>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user