From bf5c67d2412b0e5238dae59e89357b9b97f82a5f Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Mon, 26 May 2025 14:28:54 +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 8303ced..81df9b4 100644 --- a/components/landing/HeaderNews.tsx +++ b/components/landing/HeaderNews.tsx @@ -70,7 +70,7 @@ export default function HeaderNews() { search: "", limit: "10", sort: "desc", - categoryByIds: "791802", + categoryIds: "791802", isPublish: true, }; const response = await getListArticle(req);