From 3bd0c9b4d6be40fff435e2751051fce41f055344 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 22 Jul 2023 15:08:31 +0100 Subject: [PATCH] feat: hide reading time in mobile --- src/components/common/PostCard.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/common/PostCard.tsx b/src/components/common/PostCard.tsx index 51fb3beb..0b2c0247 100644 --- a/src/components/common/PostCard.tsx +++ b/src/components/common/PostCard.tsx @@ -53,7 +53,7 @@ const Card = ({ title={post.metadata?.content?.title} />
-
+
{comment && (
@@ -92,10 +92,10 @@ const Card = ({
)}
-
+
{!!post.metadata?.content?.tags?.[1] && ( { e.preventDefault() router.push(`/tag/${post.metadata?.content?.tags?.[1]}`) @@ -105,7 +105,7 @@ const Card = ({ {post.metadata?.content?.tags?.[1]} )} - +