From 5517c3dacbad2a74a0a9c7bbfa57f3839082ea0d Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Wed, 11 Jun 2025 10:26:35 +0700 Subject: [PATCH] fix:landinng banner --- components/landing/HeaderNews.tsx | 2 +- components/page/sidebar-detail.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/landing/HeaderNews.tsx b/components/landing/HeaderNews.tsx index 3926fe0..a249260 100644 --- a/components/landing/HeaderNews.tsx +++ b/components/landing/HeaderNews.tsx @@ -263,7 +263,7 @@ export default function HeaderNews() { ? "/no-image.jpg" : newsItem?.thumbnailUrl } - className="!w-full !h-[500px] !object-cover !rounded-none" + className="!w-[90vw] !h-[500px] !object-cover !rounded-none" /> diff --git a/components/page/sidebar-detail.tsx b/components/page/sidebar-detail.tsx index 6ef33c8..38e4ee1 100644 --- a/components/page/sidebar-detail.tsx +++ b/components/page/sidebar-detail.tsx @@ -27,7 +27,7 @@ export default function SidebarDetail() { search: "", limit: "10", isPublish: true, - category: "586", + category: "781,802", }; const response = await getListArticle(req);