fix:sm banner image

This commit is contained in:
Rama Priyanto 2025-06-16 13:23:00 +07:00
parent 63865ac8b4
commit 99c51a8fcf
1 changed files with 2 additions and 2 deletions

View File

@ -134,8 +134,8 @@ export default function HeaderNews() {
<div className="relative w-full h-[200px] md:h-[400px]">
<Image
alt="headernews"
width={480}
height={480}
width={1980}
height={1080}
onLoad={(e) => handleImageLoad(e, index)}
src={
newsItem?.thumbnailUrl === ""