Skip to content

Commit

Permalink
Update button on congratulations modal (#499)
Browse files Browse the repository at this point in the history
Resolves: #490
  • Loading branch information
Karolina Kosiorowska authored Oct 25, 2023
2 parents 90b25e0 + 0470034 commit 95bee90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function StakeCongratulationsModal({
subheader={`You are now a citizen of ${realm?.name}!`}
buttons={
<Button size="large" onClick={close}>
Go to your region
Go to your realm
</Button>
}
close={close}
Expand Down

0 comments on commit 95bee90

Please sign in to comment.