Skip to content

Commit

Permalink
Merge pull request #291 from Kongduino/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter275 authored Sep 7, 2024
2 parents 41acc4d + a7d0d36 commit bf425a8
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 bf425a8

Please sign in to comment.