Skip to content

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

Description

@realsigridjin
// 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>
  );

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions