fix:banner -> hot news
This commit is contained in:
parent
365ecc3283
commit
360fdc3264
|
|
@ -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]">
|
<SwiperSlide key={newsItem?.id} className="!w-full h-[50vh]">
|
||||||
<Card
|
<Card
|
||||||
isFooterBlurred
|
isFooterBlurred
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue