This commit is contained in:
legop3
2026-05-13 12:33:24 -04:00
parent e3aa907486
commit 26185435b6
3 changed files with 3 additions and 2 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-CeIZBaVQ.js"></script>
<script type="module" crossorigin src="/assets/index-DHSB5kNG.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BzPO2VIl.css">
</head>
<body>
@@ -76,6 +76,7 @@ export default function RoverDescriptionOverlay({
largeFading ? 'opacity-0' : 'opacity-100'
} ${mobileHud ? 'text-[1rem] leading-tight' : 'text-[1.5rem] leading-tight'}`}
>
<p>Just so you know, this rover</p>
<p>{description}</p>
<p className={`${mobileHud ? 'text-[0.58rem]' : 'text-[0.72rem]'} mt-0.5 font-normal text-slate-300`}>
This fades 5 seconds after your first control input.