diff --git a/examples/html-ethers5/src/main.js b/examples/html-ethers5/src/main.js index 1f611af052..cab0698c4b 100644 --- a/examples/html-ethers5/src/main.js +++ b/examples/html-ethers5/src/main.js @@ -19,7 +19,7 @@ const modal = createAppKit({ name: 'AppKit', description: 'AppKit Laboratory', url: 'https://example.com', - icons: ['https://avatars.githubusercontent.com/u/37784886'] + icons: ['https://avatars.githubusercontent.com/u/179229932?s=200&v=4'] }, projectId, metadata, diff --git a/examples/html-wagmi-cdn/main.js b/examples/html-wagmi-cdn/main.js index 5a7e41702b..3db245d167 100644 --- a/examples/html-wagmi-cdn/main.js +++ b/examples/html-wagmi-cdn/main.js @@ -34,7 +34,7 @@ if (!createAppKit || !WagmiAdapter) { name: 'Html CDN Example', description: 'Html CDN Example using local server', url: 'https://reown.com/appkit', - icons: ['https://avatars.githubusercontent.com/u/37784886'] + icons: ['https://avatars.githubusercontent.com/u/179229932?s=200&v=4'] } }) diff --git a/examples/html-wagmi/src/main.js b/examples/html-wagmi/src/main.js index 5fd61b7b64..8437ed4e4a 100644 --- a/examples/html-wagmi/src/main.js +++ b/examples/html-wagmi/src/main.js @@ -21,7 +21,7 @@ const modal = createAppKit({ name: 'Html Example', description: 'Html Example', url: 'https://reown.com/appkit', - icons: ['https://avatars.githubusercontent.com/u/37784886'] + icons: ['https://avatars.githubusercontent.com/u/179229932?s=200&v=4'] }, networks: [mainnet, arbitrum], projectId, diff --git a/examples/react-ethers5/src/App.tsx b/examples/react-ethers5/src/App.tsx index 3596c453b1..347e70c04a 100644 --- a/examples/react-ethers5/src/App.tsx +++ b/examples/react-ethers5/src/App.tsx @@ -24,7 +24,7 @@ createAppKit({ name: 'AppKit', description: 'AppKit Laboratory', url: 'https://example.com', - icons: ['https://avatars.githubusercontent.com/u/37784886'] + icons: ['https://avatars.githubusercontent.com/u/179229932?s=200&v=4'] }, networks: [mainnet, arbitrum], projectId, diff --git a/examples/vue-ethers5/index.html b/examples/vue-ethers5/index.html index 86d4aabb83..8af82d40f8 100644 --- a/examples/vue-ethers5/index.html +++ b/examples/vue-ethers5/index.html @@ -3,10 +3,11 @@
-