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-title" content="Multi Roomba Rover" />
|
||||
<title>Multi Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-wLjyvnCl.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-pfHsbpoo.css">
|
||||
<script type="module" crossorigin src="/assets/index-C8eHY4sq.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CxK87LGk.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -129,10 +129,11 @@ export default function VipNeatoCard({
|
||||
return (
|
||||
<section className={`surface text-sm text-slate-200 ${wrapClass}`}>
|
||||
<div className="grid gap-0.5">
|
||||
<div className="grid grid-cols-[1fr_auto_1fr] items-center gap-0.5">
|
||||
<div />
|
||||
<p className="text-sm text-slate-100 text-center">Neato</p>
|
||||
<span className={`rounded px-1 py-0.25 text-xs font-semibold ${metricToneClass(headerTone)}`}>
|
||||
<div className="relative flex items-center justify-center min-h-[1.5rem]">
|
||||
<p className="text-sm text-slate-100 text-center">Neato Controls</p>
|
||||
<span
|
||||
className={`absolute right-0 inline-flex w-auto rounded px-1 py-0.25 text-xs font-semibold ${metricToneClass(headerTone)}`}
|
||||
>
|
||||
{headerStatus}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user