mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
small improvement
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user