Options for configuring the ConnectButton 's Connect Modal
ConnectButton
type ConnectButton_connectModalOptions = { privacyPolicyUrl?: string; showThirdwebBranding?: boolean; size?: "compact" | "wide"; termsOfServiceUrl?: string; title?: string; titleIcon?: string; welcomeScreen?: WelcomeScreen;};