Skip to content

Commit

Permalink
fix: rename cancel button for in Stake Modal (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDazzer authored Feb 20, 2025
1 parent db23721 commit 5b143e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Modals/StakeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const StakeModal = ({
Stake <span className="hidden md:inline">{btc.coinName}</span>
</>
}
cancelButton="Close"
cancelButton="Later"
onSubmit={onSubmit}
onClose={onClose}
>
Expand Down

0 comments on commit 5b143e3

Please sign in to comment.