We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6050b09 commit bcde797Copy full SHA for bcde797
layouts/partials/android-getkey.html
@@ -7,7 +7,7 @@ <h3 class="font-h3 text-lg">{{ i18n "android_getkey_title" }}</h3>
7
<div class="mb-4">
8
<label class="label-uppercase mb-2">{{ i18n "android_getkey_price" }}</label>
9
<div class="input-box flex items-center gap-2 w-full lg:w-1/2">
10
- <span x-show="checkoutData.price && checkoutData.price.amount != checkoutData.price.listAmount" x-text="checkoutData.price ? checkoutData.price.listAmount.toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: checkoutData.price.currency }) : '…'" class="text-gray-500 line-through decoration-red-600"></span>
+ <span x-show="checkoutData.price && checkoutData.price.amount != checkoutData.price.listAmount" x-text="checkoutData.price ? checkoutData.price.listAmount.toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: checkoutData.price.currency }) : '…'" class="text-gray-500 line-through decoration-red-600" x-cloak></span>
11
<span x-text="checkoutData.price ? checkoutData.price.amount.toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: checkoutData.price.currency }) : '…'">…</span>
12
</div>
13
0 commit comments