mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-23 09:49:17 +00:00
feat: change continue button if is connecting via ip
This commit is contained in:
parent
53bdf40344
commit
4db22194bf
@ -77,7 +77,7 @@ const PairDevice = () => {
|
|||||||
<Separator borderColor={'#e3e3e3'} />
|
<Separator borderColor={'#e3e3e3'} />
|
||||||
<div>
|
<div>
|
||||||
<Button icon={<NodeIcon size={20} />} disabled={!isPaired}>
|
<Button icon={<NodeIcon size={20} />} disabled={!isPaired}>
|
||||||
Continue
|
{isConnectingViaIp ? 'Connect Device' : 'Continue'}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</YStack>
|
</YStack>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user