small improvement

This commit is contained in:
2024-12-14 00:47:55 -05:00
parent 62f95b16cd
commit 8896229fac

View File

@@ -21,7 +21,7 @@ export default async function ProductTable(props: any) {
<tr className='text-white' key={item.uuid} >
<td className='text-white text-left'>
<a href={item.buyLink} target="_new">
<Image src={item.imageUrl} alt="A image of the product" width="50" height="50"></Image>
<Image src={item.imageUrl} alt="A image of the product" width="50" height="50" title='Click to see details' className='hover:size-60'></Image>
</a>
</td>
<td className='text-white text-left'>{item.brandName}</td>