fix:magazine landing
This commit is contained in:
parent
c3ea4dcd6d
commit
973399c0aa
|
|
@ -68,14 +68,14 @@ export default function ENewsPolri() {
|
||||||
{article?.map((newsItem: any) => (
|
{article?.map((newsItem: any) => (
|
||||||
<SwiperSlide key={newsItem.id}>
|
<SwiperSlide key={newsItem.id}>
|
||||||
<Card isFooterBlurred radius="lg" className="border-none">
|
<Card isFooterBlurred radius="lg" className="border-none">
|
||||||
<Image
|
<img
|
||||||
width={720}
|
// width={720}
|
||||||
height={480}
|
// height={480}
|
||||||
alt="thumbnail"
|
alt="thumbnail"
|
||||||
src={
|
src={
|
||||||
newsItem?.thumbnailUrl
|
newsItem?.thumbnailUrl
|
||||||
? newsItem?.thumbnailUrl
|
? newsItem?.thumbnailUrl
|
||||||
: "/no-image.jpg"
|
: "no-image.jpg"
|
||||||
}
|
}
|
||||||
className="!h-[25vh] object-cover rounded-none"
|
className="!h-[25vh] object-cover rounded-none"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue