Compare commits
1 Commits
version_10
...
1dc3f48acb
| Author | SHA1 | Date | |
|---|---|---|---|
| 1dc3f48acb |
@@ -137,6 +137,11 @@ const ProductCardItem = memo(({
|
||||
{product.price}
|
||||
</p>
|
||||
</div>
|
||||
<button
|
||||
className={cls("bg-primary-cta text-secondary-cta px-4 py-2 rounded-full text-sm font-medium", actionButtonClassName)}
|
||||
>
|
||||
Buy
|
||||
</button>
|
||||
</article>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user