Hunter Thornsberry
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/pages/Dashboard/index.tsx
|
|
|
@ -84,7 +84,7 @@ export const Dashboard = () => { |
|
|
|
<div className="m-auto flex flex-col gap-3 text-center"> |
|
|
|
<ListPlusIcon size={48} className="mx-auto text-textSecondary" /> |
|
|
|
<H3>No Devices</H3> |
|
|
|
<Subtle>Connect atleast one device to get started</Subtle> |
|
|
|
<Subtle>Connect at least one device to get started</Subtle> |
|
|
|
<Button |
|
|
|
className="gap-2" |
|
|
|
onClick={() => setConnectDialogOpen(true)} |
|
|
|
|