From 868a220e38d44cf208d0516c775f0fa15c6c8cb9 Mon Sep 17 00:00:00 2001 From: dvaJi Date: Wed, 7 Aug 2024 07:50:59 -0400 Subject: [PATCH] refactor: Update NewsPostCard component to use a div instead of a p tag for the excerpt --- components/zenless/NewsPostCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/zenless/NewsPostCard.tsx b/components/zenless/NewsPostCard.tsx index b05fe152..9713070f 100644 --- a/components/zenless/NewsPostCard.tsx +++ b/components/zenless/NewsPostCard.tsx @@ -34,7 +34,7 @@ const NewsPostCard = ({ post }: Props) => {

{post.title}

-