minor change
This commit is contained in:
parent
c0bca32462
commit
b7387b1e08
|
@ -66,7 +66,10 @@ export default function LinkCardCompact({ link, count, className }: Props) {
|
||||||
<LinkCollection link={link} collection={collection} />
|
<LinkCollection link={link} collection={collection} />
|
||||||
·
|
·
|
||||||
{link.url ? (
|
{link.url ? (
|
||||||
<p className="truncate w-full">{shortendURL}</p>
|
<div className="flex items-center gap-1 max-w-full w-fit text-neutral">
|
||||||
|
<i className="bi-link-45deg text-base" />
|
||||||
|
<p className="truncate w-full">{shortendURL}</p>
|
||||||
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className="badge badge-primary badge-sm my-1">
|
<div className="badge badge-primary badge-sm my-1">
|
||||||
{link.type}
|
{link.type}
|
||||||
|
|
Ŝarĝante…
Reference in New Issue