mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
awa
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
|||||||
<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-DnfihTn0.js"></script>
|
<script type="module" crossorigin src="/assets/index-CnDISap4.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DVTOmRBl.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-DVTOmRBl.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -118,7 +118,10 @@ export default function VipNeatoCard({
|
|||||||
<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="relative flex items-center justify-center min-h-[1.5rem]">
|
<div className="relative flex items-center justify-center min-h-[1.5rem]">
|
||||||
<p className="text-sm text-slate-100 text-center">Neato Controls</p>
|
<div className="text-center">
|
||||||
|
<p className="text-sm text-slate-100">Neato Controls</p>
|
||||||
|
<p className="text-xs text-slate-400">Control the autonomous Neato robovac</p>
|
||||||
|
</div>
|
||||||
<span
|
<span
|
||||||
className={`absolute right-0 inline-flex w-auto 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)}`}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user