Browse Source

Merge pull request #291 from Kongduino/patch-1

pull/295/head
Hunter Thornsberry 2 years ago
committed by GitHub
parent
commit
bf425a8ec7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/pages/Dashboard/index.tsx

2
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)}

Loading…
Cancel
Save