mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
feat: add titles to the page
This commit is contained in:
parent
ea4c6c60a5
commit
8b6149cae8
@ -6,6 +6,7 @@ import { Button, Tag } from '@status-im/components'
|
||||
import PairIcon from '../../components/Icons/PairIcon'
|
||||
import CreateIcon from '../../components/Icons/CreateIcon'
|
||||
import NodeIcon from '../../components/Icons/NodeIcon'
|
||||
import Titles from '../../components/General/Titles'
|
||||
|
||||
const PairDevice = () => {
|
||||
const isPaired = false
|
||||
@ -25,6 +26,7 @@ const PairDevice = () => {
|
||||
<Tag icon={CreateIcon} label="Create" size={32} />
|
||||
</XStack>
|
||||
</XStack>
|
||||
<Titles title="Pair Device" subtitle="Pair your device to the Nimbus Node Manager" />
|
||||
<Separator borderColor={'#e3e3e3'} />
|
||||
<SyncStatus isPairing={true} timer={'00:12'} isAwaitingPairing={true} />
|
||||
<Separator borderColor={'#e3e3e3'} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user