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