From ba13c736b0a66a2da935346f51b9ba662ad64440 Mon Sep 17 00:00:00 2001 From: DrMint Date: Mon, 4 Jul 2022 05:32:43 +0200 Subject: [PATCH] Fixed stacked preview card --- src/components/PreviewCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/PreviewCard.tsx b/src/components/PreviewCard.tsx index 1a1c244..b6c64b9 100644 --- a/src/components/PreviewCard.tsx +++ b/src/components/PreviewCard.tsx @@ -141,7 +141,7 @@ export const PreviewCard = ({
@@ -248,7 +248,7 @@ export const PreviewCard = ({ )}
{pre_title}

)} {title && ( -

+

{title}

)}