Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Aug 31, 2023
1 parent ad3d5df commit f854cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dapps/alephium-web3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 40
sidebar_position: 25
title: Web3 SDK
sidebar_label: Web3 SDK
---
Expand Down
2 changes: 1 addition & 1 deletion docs/dapps/dapp-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function CustomWalletConnectButton = () => {
})

return (
<AlephiumConnectButton.Custom displayAccount={(account) => account.address}>
<AlephiumConnectButton.Custom>
{({ isConnected, show, address }) => {
return isConnected ? (
<button onClick={disconnect}>
Expand Down

0 comments on commit f854cf4

Please sign in to comment.