From a0b7b1efab157a39ad3ffdb74b3719d009f44597 Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Mon, 9 Jun 2025 19:46:55 +0700 Subject: [PATCH] fix:banner count --- 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 89241a6..6ba53cf 100644 --- a/components/landing/HeaderNews.tsx +++ b/components/landing/HeaderNews.tsx @@ -69,7 +69,7 @@ export default function HeaderNews() { const req = { page: 1, search: "", - limit: "12", + limit: "10", sort: "desc", categoryIds: "791,802", isPublish: true,