mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
oopsie
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -11,8 +11,8 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||||
<title>Multi Roomba Rover</title>
|
<title>Multi Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-wLjyvnCl.js"></script>
|
<script type="module" crossorigin src="/assets/index-C8eHY4sq.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-pfHsbpoo.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-CxK87LGk.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -129,10 +129,11 @@ export default function VipNeatoCard({
|
|||||||
return (
|
return (
|
||||||
<section className={`surface text-sm text-slate-200 ${wrapClass}`}>
|
<section className={`surface text-sm text-slate-200 ${wrapClass}`}>
|
||||||
<div className="grid gap-0.5">
|
<div className="grid gap-0.5">
|
||||||
<div className="grid grid-cols-[1fr_auto_1fr] items-center gap-0.5">
|
<div className="relative flex items-center justify-center min-h-[1.5rem]">
|
||||||
<div />
|
<p className="text-sm text-slate-100 text-center">Neato Controls</p>
|
||||||
<p className="text-sm text-slate-100 text-center">Neato</p>
|
<span
|
||||||
<span className={`rounded px-1 py-0.25 text-xs font-semibold ${metricToneClass(headerTone)}`}>
|
className={`absolute right-0 inline-flex w-auto rounded px-1 py-0.25 text-xs font-semibold ${metricToneClass(headerTone)}`}
|
||||||
|
>
|
||||||
{headerStatus}
|
{headerStatus}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user