We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// AirdropAdmin.tsx return ( <section> <h2 className="mt-[46.5px] mb-[46.5px] text-[24px] text-white font-['Inter'] font-bold"> {AIRDROP_TITLE.AIRDROP_SETTING} </h2> {isDeployAirdrop ? ( <article className="flex flex-col w-[100%] h-[335px] bg-[#ffffff1a] rounded-[20px] p-[48px]"> <h3 className="mb-[24px] text-[25px] text-white font-['Inter'] font-bold"> Activated airdrop info </h3> {/* @TODO 순회하면서 airdrop info 정보 출력 */} </article> ) : ( <article className="flex flex-col justify-center items-center w-[100%] h-[335px] bg-[#ffffff1a] rounded-[20px]"> <h3 className="mb-[24px] text-[25px] text-white font-['Inter'] font-bold"> No active airdrop </h3> <NextBtn onClick={handleClick}>Start New Airdrop</NextBtn> </article> )} </section> );
The text was updated successfully, but these errors were encountered:
sigridjineth
No branches or pull requests
The text was updated successfully, but these errors were encountered: