fix:banner -> hot news

This commit is contained in:
Rama Priyanto 2025-05-26 10:20:01 +07:00
parent 365ecc3283
commit 360fdc3264
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ export default function HeaderNews() {
);
}}
>
{banner?.map((newsItem: any, index: number) => (
{hotNews?.map((newsItem: any, index: number) => (
<SwiperSlide key={newsItem?.id} className="!w-full h-[50vh]">
<Card
isFooterBlurred