mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -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-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
||||||
<title>Roomba Rover</title>
|
<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">
|
<link rel="stylesheet" crossorigin href="/assets/index-v8lmO81Z.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ export default function OverseerPreferencePanel() {
|
|||||||
<input type="checkbox" checked={enabled} onChange={onToggle} />
|
<input type="checkbox" checked={enabled} onChange={onToggle} />
|
||||||
<span>Your vote: {enabled ? 'yes' : 'no'}</span>
|
<span>Your vote: {enabled ? 'yes' : 'no'}</span>
|
||||||
</label>
|
</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">
|
{/* <div className="mt-0.5 text-slate-400">
|
||||||
Yes!: {Number(vote?.yesCount || 0)}, No...: {Number(vote?.noCount || 0)}
|
Yes!: {Number(vote?.yesCount || 0)}, No...: {Number(vote?.noCount || 0)}
|
||||||
|
|||||||
Reference in New Issue
Block a user