remove directions from action button

This commit is contained in:
legop3
2026-05-17 22:25:12 -04:00
parent bf7d40be65
commit c42a16362c
3 changed files with 12 additions and 10 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -11,7 +11,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
<title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-Hq0EgAdl.js"></script>
<script type="module" crossorigin src="/assets/index-GngyFkpc.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-LJWnKvT4.css">
</head>
<body>
@@ -322,7 +322,9 @@ export default function DriveDockAction({
</div>
{!isMobile && expanded && (
<>
<StepList steps={dockInstructions.steps} tone="indigo" />
<p className="text-sm text-indigo-50/90">
Get near a dock and press this button to enter docking assist mode.
</p>
<div className="flex w-full flex-1 flex-col gap-0.5 self-stretch">
<StatusRow label="Dock" value={dockValue} tone={dockTone} />
<StatusRow label="Charge" value={chargeValue} tone={chargeTone} />