diff --git a/my-link-uploader/src/components/LinkCard.tsx b/my-link-uploader/src/components/LinkCard.tsx index 8af280e..e870f86 100644 --- a/my-link-uploader/src/components/LinkCard.tsx +++ b/my-link-uploader/src/components/LinkCard.tsx @@ -94,7 +94,7 @@ const LinkCard: React.FC = ({ link, currentUser, onDelete, onClic // Layout for owned links with images if (isOwner && hasImage) { return ( -
+
= ({ link, currentUser, onDelete, onClic // Layout for owned links without images if (isOwner && !hasImage) { return ( -
+
@@ -222,7 +222,7 @@ const LinkCard: React.FC = ({ link, currentUser, onDelete, onClic // Layout for links not owned by the user return ( -
+
{hasImage ? (