style: fix typo of monitor stop tag. #15

Stoped -> Stopped
This commit is contained in:
moonrailgun 2024-01-10 13:25:51 +08:00
parent 975cb7fdda
commit c307aaafd4

View File

@ -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>