diff --git a/components/LinkViews/LinkCard.tsx b/components/LinkViews/LinkCard.tsx index 232a026..7854446 100644 --- a/components/LinkViews/LinkCard.tsx +++ b/components/LinkViews/LinkCard.tsx @@ -81,68 +81,75 @@ export default function LinkGrid({ link, count, className }: Props) { ref={ref} className="border border-solid border-neutral-content bg-base-200 shadow-md hover:shadow-none duration-100 rounded-2xl relative" > -
- {unescapeString(link.name || link.description) || link.url} -
- - -{shortendURL}
+ className="absolute top-0 left-0 right-0 bottom-0 rounded-t-2xl flex items-center justify-center shadow rounded-md" + > ++ {unescapeString(link.name || link.description) || link.url} +
+ + +{shortendURL}
+