From b72056d127ecc86fe470d9cdcae16cb13d2b62b8 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sun, 19 Sep 2021 19:37:07 +0100 Subject: [PATCH] Update card styles --- components/Card.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ? ( - + ) : ( - + )} );