Skip to content

Commit

Permalink
fix: hide discarded multi-drop participation
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaRest committed May 3, 2024
1 parent 02fef43 commit efc4273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/app/airdrop/AppAirdrop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export const AppAirdrop: FC = () => {
</TooltipContent>
</Tooltip> */}

<Tooltip>
{/* <Tooltip>
<TooltipTrigger asChild={true}>
<li
className="h-28 min-w-[127px] inline-flex flex-col items-center justify-center gap-2.5 bg-gradient-to-tl from-slate-900 to-slate-700 rounded-3xl border-2 border-slate-600 shadow-lg hover:shadow-2xl transition-shadow"
Expand All @@ -344,7 +344,7 @@ export const AppAirdrop: FC = () => {
-- $AA
<br />
</TooltipContent>
</Tooltip>
</Tooltip> */}
</ul>
</div>

Expand Down

0 comments on commit efc4273

Please sign in to comment.