feat: move connect wallet text to reuse
This commit is contained in:
parent
87812e61a1
commit
b559020bc7
|
@ -6,9 +6,6 @@ const ConnectWallet = () => {
|
|||
|
||||
return (
|
||||
<YStack space={'$3'}>
|
||||
<Text size={19} weight={'semibold'}>
|
||||
Connect Wallet
|
||||
</Text>
|
||||
<XStack space={'$2'} alignItems={'center'}>
|
||||
<Avatar
|
||||
type="icon"
|
||||
|
|
|
@ -48,6 +48,9 @@ const Deposit = () => {
|
|||
icon={<PlaceholderIcon size={16} />}
|
||||
/>
|
||||
)}
|
||||
<Text size={19} weight={'semibold'}>
|
||||
Connect Wallet
|
||||
</Text>
|
||||
<ConnectWallet />
|
||||
</YStack>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue