import { FormLabel, Tooltip, Text, Box } from "@chakra-ui/react";
import { InfoIcon } from "@chakra-ui/icons";
function AppUrlLabel() {
return (
<>
dapp URL
Paste the URL of dapp you want to connect to
Note: Some dapps might not support it, so use WalletConnect in
that case
>
}
hasArrow
placement="top"
>
>
);
}
export default AppUrlLabel;