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