프로모션 off text 추가
This commit is contained in:
@@ -363,6 +363,7 @@ function Indicator({
|
|||||||
const priceDifference = originalPrice - discountedPrice;
|
const priceDifference = originalPrice - discountedPrice;
|
||||||
return `$${priceDifference}`;
|
return `$${priceDifference}`;
|
||||||
})()}
|
})()}
|
||||||
|
<br /> <span>{$L("OFF")}</span>
|
||||||
</h5>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user