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