diff --git a/src/components/web3/ConnectWallet.tsx b/src/components/web3/ConnectWallet.tsx index 0e01b45c..c131d6c3 100644 --- a/src/components/web3/ConnectWallet.tsx +++ b/src/components/web3/ConnectWallet.tsx @@ -1,6 +1,7 @@ import { DynamicConnectButton, useDynamicContext, + DynamicWidget, } from '@dynamic-labs/sdk-react-core' @@ -10,6 +11,7 @@ import { + const ConnectWallet = () => { const { @@ -23,41 +25,9 @@ const ConnectWallet = () => { return (
- + - {!isAuthenticated ? -
- - - -
- connect - - - - -
- -
- -
- - : -
handleLogOut()} - > - disconnect - - - - -
- - } - - +