total price fix

main^2
Midnight 2 years ago
parent e7ea36132d
commit 6e12312e74

@ -167,9 +167,9 @@
<div class="flex items-center gap-5">
<h3 class="text-6xl">🧮</h3>
<div class="flex flex-col gap-2">
<div class="flex gap-3">
<h4 class="text-xl font-bold">Total</h4>
<p class="bg-green-500 py-1 text-sm px-5 rounded-lg">{total}</p>
<div class="flex gap-3 items-center">
<p class="font-bold bg-green-500 py-1 px-5 rounded-lg text-lg">${total}</p>
<h4 class="text-xl font-bold">Estimated Total</h4>
</div>
<p class="italic text-gray-200 text-sm">This figure is an estimate, the final price may differ.<br/>All commissions are strictly SFW only.</p>
</div>

Loading…
Cancel
Save