import WalletConnectButton from 'components/Wallet/WalletConnectButton' import Intro from 'components/common/Intro' import useStore from 'store' export default function V1Intro() { const address = useStore((state) => state.address) return ( The Wallet Mode provides simple lending and borrowing without the use of Credit Accounts. Funds are{' '} not cross-collateralized and can‘t be used in the Trade or Farm interface. } bg='v1' > {!address && } ) }