mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
remove directions from action button
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user