This commit is contained in:
legop3
2026-01-18 13:05:32 -05:00
parent 36f28a9708
commit df952b27e0
3 changed files with 4 additions and 4 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-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-DiqkeSkt.js"></script> <script type="module" crossorigin src="/assets/index-B1wXlWfv.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BvvbAZLx.css"> <link rel="stylesheet" crossorigin href="/assets/index-BvvbAZLx.css">
</head> </head>
<body> <body>
+2 -2
View File
@@ -830,7 +830,7 @@ function HudChatInput({ compact = false }) {
} }
}} }}
ref={(el) => registerInputRef(el, { target: 'hud' })} ref={(el) => registerInputRef(el, { target: 'hud' })}
placeholder={canChat ? 'Chat' : 'Spectator'} placeholder={canChat ? 'Chat (TTS)' : 'Spectator'}
disabled={!canChat} disabled={!canChat}
/> />
<button <button
@@ -838,7 +838,7 @@ function HudChatInput({ compact = false }) {
disabled={!canChat || sending} disabled={!canChat || sending}
className={buttonClass} className={buttonClass}
> >
Send Speak
</button> </button>
</form> </form>
); );