@codesinger0/shared-components 1.1.99 → 1.1.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -140,7 +140,7 @@ const LargeItemCard = ({
|
|
|
140
140
|
<span className="text-sm content-text line-through">
|
|
141
141
|
₪{price}
|
|
142
142
|
</span>
|
|
143
|
-
<span className="
|
|
143
|
+
<span className="discount-badge text-white px-2 py-1 rounded-full text-xs font-bold">
|
|
144
144
|
-{Math.round(((price - discountPrice) / price) * 100)}%
|
|
145
145
|
</span>
|
|
146
146
|
</div>
|