Skip to content

Commit

Permalink
Add button for conversion to SPN points
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Jul 23, 2024
1 parent da55c13 commit 6226aa3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1895,6 +1895,12 @@ const RecapModal = ({
>
Stake your $FLY airdrop
</GeneralButton>
<GeneralButton
disabled={true}
onClick={() => handleClaimYourFly("stake")}
>
Convert to SPN points
</GeneralButton>
</div>
);

Expand Down

0 comments on commit 6226aa3

Please sign in to comment.