Skip to content

Commit

Permalink
Merge branch 'master' into pki
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter275 committed Sep 9, 2024
2 parents 62ad4c4 + bf425a8 commit c08f6d1
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 c08f6d1

Please sign in to comment.