Skip to content
New issue

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

feat: 순회하면서 airdrop info 정보 출력 #8

Open
sigridjineth opened this issue Oct 3, 2022 · 0 comments
Open

feat: 순회하면서 airdrop info 정보 출력 #8

sigridjineth opened this issue Oct 3, 2022 · 0 comments
Assignees

Comments

@sigridjineth
Copy link
Contributor

sigridjineth commented Oct 3, 2022

// 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>
  );
@sigridjineth sigridjineth self-assigned this Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant