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
+4 -4
View File
@@ -2,15 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="apple-touch-icon" href="/vite.svg" />
<link rel="icon" type="image/png" href="/bitmap.png" />
<link rel="apple-touch-icon" href="/bitmap.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#020617" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="MultiRoomba Rover" />
<title>MultiRoomba Rover</title>
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title>
</head>
<body>
<div id="root"></div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "MultiRoomba Rover",
"short_name": "Rover",
"name": "Multi Roomba Rover",
"short_name": "MRR",
"description": "Remote driving interface for the MultiRoomba Rover fleet.",
"start_url": "/",
"scope": "/",
@@ -9,9 +9,9 @@
"theme_color": "#020617",
"icons": [
{
"src": "/vite.svg",
"src": "/bitmap.png",
"sizes": "512x512",
"type": "image/svg+xml",
"type": "image/png",
"purpose": "any"
}
]
+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>
);