diff --git a/components/LinkCard.tsx b/components/LinkCard.tsx index 2f734f9..555358a 100644 --- a/components/LinkCard.tsx +++ b/components/LinkCard.tsx @@ -212,15 +212,13 @@ export default function LinkCard({ link, count, className }: Props) { onClick={() => router.push("/links/" + link.id)} className="flex items-start cursor-pointer gap-5 sm:gap-10 h-full w-full p-4" > - {url && account.displayLinkIcons && ( + {url && ( { const target = e.target as HTMLElement;