ui fix
This commit is contained in:
parent
460ec880f4
commit
d15d5d7a66
@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="text-center mb-5 relative w-fit flex justify-center m-auto">
|
<div class="text-center mb-5 relative w-fit flex justify-center m-auto">
|
||||||
<div class="border border-gray-800 text-white font-mono antialiased bg-[#000] w-full px-4 py-2 rounded-xl m-auto font-medium text-sm flex items-center">
|
<div class="border border-gray-800 text-white antialiased bg-[#000] w-full px-4 py-2 rounded-xl m-auto font-semibold text-sm flex items-center">
|
||||||
Trusted & used by over 1000+ traders
|
Trusted & used by over 1000+ traders
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -258,9 +258,20 @@ async function purchasePlan() {
|
|||||||
<div class="flex flex-col mb-6 items-center">
|
<div class="flex flex-col mb-6 items-center">
|
||||||
|
|
||||||
<div class="flex flex-row items-center">
|
<div class="flex flex-row items-center">
|
||||||
<span class="mr-2 text-4xl font-bold">{mode ? '$499' : '$49.99'}</span>
|
<span class="mr-2 text-4xl font-bold {mode === true ? 'line-through' : ''}">{mode ? '$499' : '$49.99'}</span>
|
||||||
<span class="text-white text-xl">{mode ? '/year' : '/month'}</span>
|
<span class="text-white text-xl {mode === true ? 'line-through' : ''}">{mode ? '/year' : '/month'}</span>
|
||||||
</div>
|
</div>
|
||||||
|
{#if mode === true}
|
||||||
|
<div class="flex flex-col items-center">
|
||||||
|
<div class="flex flex-row items-center">
|
||||||
|
<span class="mr-2 text-[#FFF374] text-3xl font-bold">$124.75</span>
|
||||||
|
<span class="text-[#FFF374] text-xl">/year</span>
|
||||||
|
</div>
|
||||||
|
<span class="text-white font-bold text-xl mt-3">
|
||||||
|
Promo Code: SUMMER75
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<div class="flex items-center mt-2 text-[1rem] text-center">
|
<div class="flex items-center mt-2 text-[1rem] text-center">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user