mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
slight word change
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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-NtRpxuXC.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-Clo5tO9B.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-v8lmO81Z.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -31,7 +31,7 @@ export default function OverseerPreferencePanel() {
|
||||
<input type="checkbox" checked={enabled} onChange={onToggle} />
|
||||
<span>Your vote: {enabled ? 'yes' : 'no'}</span>
|
||||
</label>
|
||||
<span className="text-xs">(A local LLM in chat)</span>
|
||||
<span className="text-xs">Enable a local LLM in chat</span>
|
||||
|
||||
{/* <div className="mt-0.5 text-slate-400">
|
||||
Yes!: {Number(vote?.yesCount || 0)}, No...: {Number(vote?.noCount || 0)}
|
||||
|
||||
Reference in New Issue
Block a user