fix bug banner
This commit is contained in:
@@ -109,10 +109,6 @@ const Banners: FC = () => {
|
|||||||
src={banner.imageUrl}
|
src={banner.imageUrl}
|
||||||
alt={banner.altText}
|
alt={banner.altText}
|
||||||
className="max-w-20 max-h-20 object-contain rounded"
|
className="max-w-20 max-h-20 object-contain rounded"
|
||||||
onError={(e) => {
|
|
||||||
const target = e.target as HTMLImageElement
|
|
||||||
target.src = '/placeholder-image.png'
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Td>
|
</Td>
|
||||||
|
|||||||
Reference in New Issue
Block a user