-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
// 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>
);Metadata
Metadata
Assignees
Labels
No labels