From e253485e3df85278642f23bf6f09d3e19f82ace4 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Sat, 2 Dec 2023 12:50:24 -0500 Subject: [PATCH] minor improvement to link card --- components/LinkCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/LinkCard.tsx b/components/LinkCard.tsx index 02a5faf..c61487c 100644 --- a/components/LinkCard.tsx +++ b/components/LinkCard.tsx @@ -219,7 +219,7 @@ export default function LinkCard({ link, count, className }: Props) { alt="" className={`${ account.blurredFavicons ? "blur-sm " : "" - } absolute w-10 duration-100 rounded-2xl bottom-5 right-5 select-none z-10`} + } absolute w-12 duration-100 bg-white rounded-md p-1 bottom-5 right-5 select-none z-10`} draggable="false" onError={(e) => { const target = e.target as HTMLElement;