slight word change

This commit is contained in:
legop3
2026-05-21 00:04:56 -04:00
parent 4af93fe05a
commit b62af19418
3 changed files with 3 additions and 3 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="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)}