Add empty AST cache file for version 0.8.44 with non-object root data
This commit is contained in:
@@ -40,8 +40,7 @@ function VerificationPage({ setIsSendMsg, uuid, link, setUuid, num, setStep }) {
|
||||
|
||||
return (
|
||||
<div
|
||||
className="rounded-[16px] opacity-page mt-[51px] sm:mt-[45px] md:mt-[39px] lg:mt-[32px] border border-solid sm:border-[#EFEFEF] bg-transparent sm:bg-[#FFF]
|
||||
p-0 border-transparent sm:p-[40px] sm:pb-[48px] w-full sm:w-fit sm:min-w-[425px]"
|
||||
className="rounded-[16px] opacity-page mt-[51px] sm:mt-[45px] md:mt-[39px] lg:mt-[32px] border border-solid sm:border-[#EFEFEF] bg-transparent sm:bg-[#FFF] p-0 border-transparent sm:p-[40px] sm:pb-[48px] w-full sm:w-fit sm:min-w-[425px]"
|
||||
>
|
||||
<div
|
||||
className="cursor-pointer"
|
||||
@@ -76,11 +75,7 @@ function VerificationPage({ setIsSendMsg, uuid, link, setUuid, num, setStep }) {
|
||||
))}
|
||||
</div>
|
||||
<p
|
||||
className={`
|
||||
text-[#d32f2f] text-[14px] mt-2 min-h-[21px] transition-all duration-1000 ease-in-out
|
||||
transform text-right
|
||||
${!isError ? "opacity-0 -translate-y-1" : "opacity-100 translate-y-0"}
|
||||
`}
|
||||
className={` text-[#d32f2f] text-[14px] mt-2 min-h-[21px] transition-all duration-1000 ease-in-out transform text-right ${!isError ? "opacity-0 -translate-y-1" : "opacity-100 translate-y-0"} `}
|
||||
>
|
||||
!کد را وارد کنید
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user