프로모션 off text 추가

This commit is contained in:
opacity@t-win.kr
2025-08-08 15:31:15 +09:00
parent f95557c57c
commit 9c9655ae02

View File

@@ -363,6 +363,7 @@ function Indicator({
const priceDifference = originalPrice - discountedPrice;
return `$${priceDifference}`;
})()}
<br /> <span>{$L("OFF")}</span>
</h5>
</div>
)}