File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,23 @@ export const getCustomWallets = () => {
1818 const wallets = [
1919 {
2020 id : 'rn-wallet-debug' ,
21- name : 'Wallet (RN debug)' ,
21+ name : 'Wallet(RN debug)' ,
2222 image_url :
2323 'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true' ,
2424 mobile_link : 'rn-web3wallet-debug://' ,
2525 link_mode : 'https://appkit-lab.reown.com/rn_walletkit_debug' ,
2626 } ,
2727 {
2828 id : 'rn-wallet-internal' ,
29- name : 'Wallet (RN internal)' ,
29+ name : 'Wallet(RN internal)' ,
3030 image_url :
3131 'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true' ,
3232 mobile_link : 'rn-web3wallet-internal://' ,
3333 link_mode : 'https://appkit-lab.reown.com/rn_walletkit_internal' ,
3434 } ,
3535 {
3636 id : 'flutter-wallet-internal' ,
37- name : 'Wallet (Flutter internal)' ,
37+ name : 'Wallet(Flutter internal)' ,
3838 image_url :
3939 'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true' ,
4040 mobile_link : 'wcflutterwallet-internal://' ,
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ export const getCustomWallets = () => {
1818 const wallets = [
1919 {
2020 id : 'rn-wallet-internal' ,
21- name : 'Wallet (RN internal)' ,
21+ name : 'Wallet(RN internal)' ,
2222 image_url :
2323 'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true' ,
2424 mobile_link : 'rn-web3wallet-internal://' ,
2525 link_mode : 'https://appkit-lab.reown.com/rn_walletkit_internal' ,
2626 } ,
2727 {
2828 id : 'flutter-wallet-internal' ,
29- name : 'Wallet (Flutter internal)' ,
29+ name : 'Wallet(Flutter internal)' ,
3030 image_url :
3131 'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true' ,
3232 mobile_link : 'wcflutterwallet-internal://' ,
You can’t perform that action at this time.
0 commit comments