Skip to content

Commit

Permalink
fix: remove extra $ from the stake modal (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab authored Jan 15, 2025
1 parent 1785146 commit de8bba4
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 = ({
onSubmit={onSubmit}
onClose={onClose}
>
Your request has been verified by the ${bbn.networkFullName}. You can now
Your request has been verified by the {bbn.networkFullName}. You can now
stake!
</SubmitModal>
);

0 comments on commit de8bba4

Please sign in to comment.