Skip to content

Commit

Permalink
misc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LoV432 committed Nov 11, 2023
1 parent 86fea94 commit fdde26b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function DashboardCardCurrentStatus({
backgroundColor={isConnected ? 'bg-emerald-700' : 'bg-red-800'}
>
<div className="text-2xl font-bold">
<h1>Current Stauts:</h1>
<h1>Current Status:</h1>
<h1>{isConnected ? 'Connected' : 'Disconnected'}</h1>
</div>
</DashboardCardBase>
Expand Down

0 comments on commit fdde26b

Please sign in to comment.