From 17ef110f6f4b736049b851ae132598c0b000acfc Mon Sep 17 00:00:00 2001 From: freakoverse Date: Mon, 2 Sep 2024 09:53:22 +0000 Subject: [PATCH] wrapped the mod image with a div to fix its presentation --- src/components/ModCard.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/ModCard.tsx b/src/components/ModCard.tsx index 398f04c..86b7070 100644 --- a/src/components/ModCard.tsx +++ b/src/components/ModCard.tsx @@ -26,11 +26,13 @@ export const ModCard = ({ }} >
- +
+ +

{title}

{summary}