This commit is contained in:
Timothy Jaeryang Baek 2025-06-03 01:25:26 +04:00
parent ff49928d75
commit 13d69605fe

View File

@ -9,7 +9,7 @@ export const SidebarBanner = ({ item }) => {
<a href={item.url} target="_blank"> <a href={item.url} target="_blank">
<img <img
className="block w-full rounded-xl h-16 object-cover" className="block w-full rounded-xl h-12 object-cover"
loading="lazy" loading="lazy"
alt={item.name} alt={item.name}
src={item?.mobileImgSrc || item.imgSrc} src={item?.mobileImgSrc || item.imgSrc}