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);