We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f101e1b commit 8b810d6Copy full SHA for 8b810d6
1 file changed
src/app/tools/airdrop/share-info.tsx
@@ -215,7 +215,7 @@ function ShareDetails(props: { share: AirdropShareModel; onRevealClick: () => vo
215
Reveal Share
216
</button>
217
) : (
218
- <button disabled={true} onClick={onClaimClick} className="w-full rounded-lg bg-brand px-4 py-3 text-black">
+ <button onClick={onClaimClick} className="w-full rounded-lg bg-brand px-4 py-3 text-black">
219
Claim WORM
220
221
)}
0 commit comments