update loyalty icon place

This commit is contained in:
2025-12-10 21:22:22 +03:00
parent caa109fbcb
commit 63139eb20b
8 changed files with 33 additions and 23 deletions

View File

@@ -84,7 +84,6 @@ export default function ProductCard({ item }: Props) {
gap: "0.5rem",
}}
>
<StarIcon />
<ProText
style={{
margin: 0,
@@ -156,7 +155,7 @@ export default function ProductCard({ item }: Props) {
...(isRTL ? { right: -5 } : {}),
}}
>
<ItemDescriptionIcons className={styles.itemDescriptionIcons} />
<ItemDescriptionIcons className={styles.itemDescriptionIcons} hasLoyalty={item.isHasLoyalty} />
</div>
</div>