Merge pull request 'Merge version_8 into main' (#7) from version_8 into main
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
@@ -139,7 +139,6 @@ const ProductCardItem = memo(({
|
|||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
className={cls("bg-primary-cta text-secondary-cta px-4 py-2 rounded-full text-sm font-medium", actionButtonClassName)}
|
className={cls("bg-primary-cta text-secondary-cta px-4 py-2 rounded-full text-sm font-medium", actionButtonClassName)}
|
||||||
style={{ borderRadius: theme.borderRadius }}
|
|
||||||
>
|
>
|
||||||
Buy
|
Buy
|
||||||
</button>
|
</button>
|
||||||
@@ -201,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