feat: add new titles

This commit is contained in:
RadoslavDimchev 2023-11-29 07:55:50 +02:00
parent 9776fb8ab6
commit 820e1c9fb0
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ const PairDevice = () => {
}}
>
<Header selectedTag="pair" />
<Titles title="Pair Device" subtitle="Pair your device to the Nimbus Node Manager" />
<Titles
title="Connect to existing Nimbus Instance"
subtitle="Pair your existing device to the Nimbus Node Manager"
/>
{isPaired ? <PairedSuccessfully /> : <GenerateId isAwaitingPairing={isAwaitingPairing} />}
{!isPaired && (
<SyncStatus