From fa93adffe0987a774d5d82c76b0357e699982da1 Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Mon, 26 May 2025 14:31:28 +0700 Subject: [PATCH] fix:banner --- components/landing/HeaderNews.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/landing/HeaderNews.tsx b/components/landing/HeaderNews.tsx index 81df9b4..3c3a3bb 100644 --- a/components/landing/HeaderNews.tsx +++ b/components/landing/HeaderNews.tsx @@ -70,7 +70,7 @@ export default function HeaderNews() { search: "", limit: "10", sort: "desc", - categoryIds: "791802", + categoryIds: "791,802", isPublish: true, }; const response = await getListArticle(req);