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;