diff --git a/docs/docs/guides/wallet/web3_modal_guide/index.mdx b/docs/docs/guides/wallet/web3_modal_guide/index.mdx index 2d8b878196f..05d61d087c2 100644 --- a/docs/docs/guides/wallet/web3_modal_guide/index.mdx +++ b/docs/docs/guides/wallet/web3_modal_guide/index.mdx @@ -126,5 +126,5 @@ function Components() { ``` :::info -- To learn how to set up Web3modal with vue, click [here](/guides/wallet/web3_modal_guide/vue). +- To learn how to set up Web3modal with React, click [here](/guides/wallet/web3_modal_guide/react). ::: diff --git a/docs/docs/guides/wallet/web3_modal_guide/vue.md b/docs/docs/guides/wallet/web3_modal_guide/react.md similarity index 90% rename from docs/docs/guides/wallet/web3_modal_guide/vue.md rename to docs/docs/guides/wallet/web3_modal_guide/react.md index a113d519197..3370c65dc57 100644 --- a/docs/docs/guides/wallet/web3_modal_guide/vue.md +++ b/docs/docs/guides/wallet/web3_modal_guide/react.md @@ -1,9 +1,9 @@ --- sidebar_position: 1 -sidebar_label: 'Web3Modal with Vue' +sidebar_label: 'Web3Modal with React' --- -# Web3Modal with Vue and web3js +# Web3Modal with React and web3js ## Live code editor @@ -112,11 +112,10 @@ ReactDOM.createRoot(document.getElementById('app')!).render( ) ``` -You are finished and have successfully created Web3modal with Vue! +You are finished and have successfully created Web3modal with React! :::info - For additional information take a look into the interactive code editor above. -- You can view different examples of setting up walletconnect with web3.js [here](https://github.com/ChainSafe/web3modal/tree/add-examples/examples/vue-web3) - Learn more about Web3modal [here](https://docs.walletconnect.com/web3modal/about) :::