diff --git a/components/landing-page/headers-economy.tsx b/components/landing-page/headers-economy.tsx index 7ee2a45..0195a79 100644 --- a/components/landing-page/headers-economy.tsx +++ b/components/landing-page/headers-economy.tsx @@ -9,6 +9,7 @@ type Article = { id: number; title: string; description: string; + slug: string; categoryName: string; createdAt: string; createdByName: string;