Modal Title
Change the title of Connect Wallet Modal's title
The default is "Connect"
.
import { ConnectWallet } from "@thirdweb-dev/react";
function App() {
return (
<ConnectWallet
modalTitle="Login"
/>
);
}
Change the title of Connect Wallet Modal's title
The default is "Connect"
.
import { ConnectWallet } from "@thirdweb-dev/react";
function App() {
return (
<ConnectWallet
modalTitle="Login"
/>
);
}