mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
fix the typo
This commit is contained in:
@@ -75,7 +75,7 @@ export default function VipLiftCard({ lift, onUp, onDown, fullWidth = false }) {
|
|||||||
{busy ? 'Motion in progress' : 'Motion cooldown active'}
|
{busy ? 'Motion in progress' : 'Motion cooldown active'}
|
||||||
</p>
|
</p>
|
||||||
<p className="text-xs text-slate-300">
|
<p className="text-xs text-slate-300">
|
||||||
Controls are disabled while the lift is moving, otherwise it's tiny brain would get confused.
|
Controls are disabled while the lift is moving, otherwise its tiny brain would get confused.
|
||||||
</p>
|
</p>
|
||||||
{!busy && cooldownActive ? (
|
{!busy && cooldownActive ? (
|
||||||
<p className="text-xs text-slate-400">About {cooldownSeconds}s remaining.</p>
|
<p className="text-xs text-slate-400">About {cooldownSeconds}s remaining.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user