Skip to content

Commit

Permalink
Renaming Sign Message button so it doesnt break e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Apr 4, 2024
1 parent 6ff2653 commit c4b8c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ And that has made all the difference.
shape="square"
disabled={!isWalletConnected}
onClick={() => signMessageString()}
label="Sign Message (String)"
label="Sign Message"
/>
<Button
width="full"
Expand Down

0 comments on commit c4b8c97

Please sign in to comment.