Skip to content

Commit

Permalink
chore: removed space from wallet names
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Nov 21, 2024
1 parent bbc30e3 commit 474e72b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dapps/W3MWagmi/scripts/misc_debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ export const getCustomWallets = () => {
const wallets = [
{
id: 'rn-wallet-debug',
name: 'Wallet (RN debug)',
name: 'Wallet(RN debug)',
image_url:
'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true',
mobile_link: 'rn-web3wallet-debug://',
link_mode: 'https://appkit-lab.reown.com/rn_walletkit_debug',
},
{
id: 'rn-wallet-internal',
name: 'Wallet (RN internal)',
name: 'Wallet(RN internal)',
image_url:
'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true',
mobile_link: 'rn-web3wallet-internal://',
link_mode: 'https://appkit-lab.reown.com/rn_walletkit_internal',
},
{
id: 'flutter-wallet-internal',
name: 'Wallet (Flutter internal)',
name: 'Wallet(Flutter internal)',
image_url:
'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true',
mobile_link: 'wcflutterwallet-internal://',
Expand Down
4 changes: 2 additions & 2 deletions dapps/W3MWagmi/scripts/misc_internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ export const getCustomWallets = () => {
const wallets = [
{
id: 'rn-wallet-internal',
name: 'Wallet (RN internal)',
name: 'Wallet(RN internal)',
image_url:
'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true',
mobile_link: 'rn-web3wallet-internal://',
link_mode: 'https://appkit-lab.reown.com/rn_walletkit_internal',
},
{
id: 'flutter-wallet-internal',
name: 'Wallet (Flutter internal)',
name: 'Wallet(Flutter internal)',
image_url:
'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true',
mobile_link: 'wcflutterwallet-internal://',
Expand Down

0 comments on commit 474e72b

Please sign in to comment.