fix:magazine landing

This commit is contained in:
Rama Priyanto 2025-02-10 07:59:02 +07:00
parent c3ea4dcd6d
commit 973399c0aa
1 changed files with 4 additions and 4 deletions

View File

@ -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"
/>