From 3a20e0a2d48f3e59c8bb99734f9f0c9aa3a4af8a Mon Sep 17 00:00:00 2001 From: Seo San Date: Wed, 4 Dec 2024 17:15:36 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20=EB=89=B4=EC=8A=A4=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FE/src/components/News/Card.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FE/src/components/News/Card.tsx b/FE/src/components/News/Card.tsx index 66a8d3b..5f844c4 100644 --- a/FE/src/components/News/Card.tsx +++ b/FE/src/components/News/Card.tsx @@ -18,7 +18,9 @@ export default function Card({ data }: CardWithImageProps) { {data.title} - + {formatDate(data.pubDate)}