Skip to content

Commit

Permalink
Change default text in web3Onboard config
Browse files Browse the repository at this point in the history
  • Loading branch information
xpaczka committed Dec 13, 2023
1 parent 3eaa023 commit 7e9786d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
13 changes: 0 additions & 13 deletions patches/@web3-onboard+core+2.21.0.patch

This file was deleted.

7 changes: 7 additions & 0 deletions src/shared/utils/web3Onboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ const web3Onboard = init({
"--w3o-border-radius": "16px",
"--w3o-font-family": "var(--sans)",
},
i18n: {
en: {
connect: {
connectingWallet: { paragraph: "Granting access to your account." },
},
},
},
})

export default web3Onboard

0 comments on commit 7e9786d

Please sign in to comment.