ui fixes
This commit is contained in:
parent
63f633ab90
commit
a455daae67
@ -26,9 +26,15 @@
|
||||
<div
|
||||
class="mt-4 text-white font-medium text-md w-11/12 sm:w-full m-auto text-center"
|
||||
>
|
||||
The website is currently experiencing issues due to bot attacks. We
|
||||
apologize for any disruptions and are actively working to resolve the
|
||||
problem.
|
||||
The page was not found. If this error occurs persistenly please report
|
||||
it to us via
|
||||
<a
|
||||
href={`mailto:${emailAddress}`}
|
||||
class="inline-block text-blue-400 sm:hover:text-white sm:hover:underline"
|
||||
>{emailAddress}</a
|
||||
>.
|
||||
<br />
|
||||
We will fix it asap!
|
||||
</div>
|
||||
|
||||
<a
|
||||
|
||||
@ -90,6 +90,7 @@
|
||||
<div
|
||||
class="w-full xl:max-w-screen-2xl overflow-hidden m-auto min-h-screen bg-[#09090B] mb-40"
|
||||
>
|
||||
{#if data?.user?.tier !== "Pro" || data?.user?.freeTrial === true}
|
||||
<div
|
||||
class="mb-5 relative isolate sm:rounded text-center flex justify-center items-center gap-x-6 overflow-hidden bg-[#FFC233] px-6 py-3.5 sm:py-2.5 sm:px-3.5 sm:before:flex-1"
|
||||
>
|
||||
@ -122,11 +123,18 @@
|
||||
class="mx-2 inline h-0.5 w-0.5 fill-current hidden sm:inline-block"
|
||||
aria-hidden="true"><circle cx="1" cy="1" r="1" /></svg
|
||||
>-->
|
||||
The website is currently experiencing issues due to bot attacks. We apologize
|
||||
for any disruptions and are actively working to resolve the problem.
|
||||
The Lifetime Deal officially ends permanently this Friday at 12:00 AM (CET).
|
||||
</p>
|
||||
|
||||
<a
|
||||
href="/pricing"
|
||||
class="flex-none rounded-full m-auto sm:m-0 px-3.5 py-1 text-[1rem] font-semibold text-black shadow-sm sm:hover:bg-gray-100 bg-[#fff] focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-900"
|
||||
>
|
||||
Get Lifetime
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div class="flex flex-col m-auto justify-center items-center">
|
||||
<div class="text-center mb-10 w-full px-4 sm:px-3 mt-10">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user