Compare commits

2 Commits

View File

@@ -84,7 +84,7 @@ const ProductCardItem = memo(({
}: ProductCardItemProps) => { }: ProductCardItemProps) => {
return ( return (
<article <article
className={cls("card group relative h-full flex flex-col gap-4 cursor-pointer p-4 rounded-theme-capped", cardClassName)} className={cls("card group relative h-full flex flex-col gap-4 cursor-pointer p-4 rounded-full", cardClassName)}
onClick={product.onProductClick} onClick={product.onProductClick}
role="article" role="article"
aria-label={`${product.brand} ${product.name} - ${product.price}`} aria-label={`${product.brand} ${product.name} - ${product.price}`}