update favicon and such

This commit is contained in:
legop3
2025-11-22 20:01:40 -05:00
parent fd4f96899a
commit 86b4c9a18c
8 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -222,9 +222,9 @@ function MobileJoystickPanel({ layout }) {
onMove={handleMove}
onStop={handleStop}
/>
<button type="button" onClick={stopAllMotion} disabled={disabled} className="button-danger w-full disabled:opacity-40">
{/* <button type="button" onClick={stopAllMotion} disabled={disabled} className="button-danger w-full disabled:opacity-40">
Panic Stop
</button>
</button> */}
</div>
);