Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
"at least", two words. Thanks...
  • Loading branch information
Kongduino authored Sep 7, 2024
1 parent 41acc4d commit a7d0d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit a7d0d36

Please sign in to comment.