Button Title
Change the text the button displays while in the disconnected state.
The default value is "Connect Wallet"
.
import { ConnectWallet } from "@thirdweb-dev/react";
function App() {
return (
<ConnectWallet
btnTitle="Connect Wallet"
/>
);
}