From 08355c67a438c803c06bfe2b76da527fb5df06a6 Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Sat, 1 Nov 2025 15:23:22 +0800 Subject: [PATCH] update --- components/landing-page/health/health-news.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/landing-page/health/health-news.tsx b/components/landing-page/health/health-news.tsx index 6412fa3..c08cf5b 100644 --- a/components/landing-page/health/health-news.tsx +++ b/components/landing-page/health/health-news.tsx @@ -12,6 +12,7 @@ type Article = { description: string; categoryName: string; createdAt: string; + slug: string; createdByName: string; customCreatorName: string; thumbnailUrl: string;