Skip to content

Commit

Permalink
style: fix typo of monitor stop tag. #15
Browse files Browse the repository at this point in the history
Stoped -> Stopped
  • Loading branch information
moonrailgun committed Jan 10, 2024
1 parent 975cb7f commit c307aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/monitor/MonitorInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const MonitorInfo: React.FC<MonitorInfoProps> = React.memo((props) => {
<span>{monitorInfo.name}</span>
{monitorInfo.active === false && (
<div className="bg-red-500 rounded-full px-2 py-0.5 text-white text-xs">
Stoped
Stopped
</div>
)}
</div>
Expand Down

0 comments on commit c307aaa

Please sign in to comment.