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)}