diff --git a/components/Card.tsx b/components/Card.tsx index e89c267..bacc0b8 100644 --- a/components/Card.tsx +++ b/components/Card.tsx @@ -84,9 +84,9 @@ const Card: FC = ({ title, description, image, tags, onClick }) => { )} {image ? ( - + ) : ( - + )} );