From 52ab0cc474c09f48e3d5631f36b6847eb00c90fb Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Sun, 2 Nov 2025 18:00:10 +0800 Subject: [PATCH] update --- components/landing-page/news.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/landing-page/news.tsx b/components/landing-page/news.tsx index ffcc922..dfc02cd 100644 --- a/components/landing-page/news.tsx +++ b/components/landing-page/news.tsx @@ -13,6 +13,7 @@ type Article = { title: string; description: string; categoryName: string; + slug: string; createdAt: string; createdByName: string; thumbnailUrl: string;