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