diff --git a/docs/dapps/alephium-web3.md b/docs/dapps/alephium-web3.md index c91ebb5a..8b6096d0 100644 --- a/docs/dapps/alephium-web3.md +++ b/docs/dapps/alephium-web3.md @@ -1,5 +1,5 @@ --- -sidebar_position: 40 +sidebar_position: 25 title: Web3 SDK sidebar_label: Web3 SDK --- diff --git a/docs/dapps/dapp-recipes.md b/docs/dapps/dapp-recipes.md index 7e354ef6..cca4646d 100644 --- a/docs/dapps/dapp-recipes.md +++ b/docs/dapps/dapp-recipes.md @@ -197,7 +197,7 @@ function CustomWalletConnectButton = () => { }) return ( - account.address}> + {({ isConnected, show, address }) => { return isConnected ? (