Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2eb532d10f | |||
| 946248df65 |
@@ -137,6 +137,11 @@ const ProductCardItem = memo(({
|
|||||||
{product.price}
|
{product.price}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<button
|
||||||
|
className={cls("bg-primary-cta text-secondary-cta px-4 py-2 rounded-full text-sm font-medium", actionButtonClassName)}
|
||||||
|
>
|
||||||
|
Buy
|
||||||
|
</button>
|
||||||
</article>
|
</article>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
@@ -195,7 +200,7 @@ const ProductCardTwo = ({
|
|||||||
uniformGridCustomHeightClasses={uniformGridCustomHeightClasses}
|
uniformGridCustomHeightClasses={uniformGridCustomHeightClasses}
|
||||||
gridRowsClassName={customGridRows}
|
gridRowsClassName={customGridRows}
|
||||||
animationType={animationType}
|
animationType={animationType}
|
||||||
|
|
||||||
title={title}
|
title={title}
|
||||||
titleSegments={titleSegments}
|
titleSegments={titleSegments}
|
||||||
description={description}
|
description={description}
|
||||||
|
|||||||
Reference in New Issue
Block a user