From 91289143f2654ba5d6423d58a8e6f16dca1fa8ef Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Mon, 26 May 2025 15:18:47 +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 3c3a3bb..3b11baa 100644 --- a/components/landing/HeaderNews.tsx +++ b/components/landing/HeaderNews.tsx @@ -68,7 +68,7 @@ export default function HeaderNews() { const req = { page: 1, search: "", - limit: "10", + limit: "12", sort: "desc", categoryIds: "791,802", isPublish: true,