mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
title chaneeee
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
<meta name="theme-color" content="#020617" />
|
<meta name="theme-color" content="#020617" />
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<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-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
||||||
<title>Multi Roomba Rover</title>
|
<title>Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-BeyfNX1F.js"></script>
|
<script type="module" crossorigin src="/assets/index-BeyfNX1F.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-C8rSwF1O.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-C8rSwF1O.css">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ function buildEmbedCopy(state, camera) {
|
|||||||
lockdown: 'locked',
|
lockdown: 'locked',
|
||||||
}[mode] || mode;
|
}[mode] || mode;
|
||||||
|
|
||||||
let title = 'Multi Roomba Rover';
|
let title = 'Roomba Rover';
|
||||||
if (mode === 'lockdown') {
|
if (mode === 'lockdown') {
|
||||||
title = 'Private mode is on';
|
title = 'Private mode is on';
|
||||||
} else if (roversOnline === 0) {
|
} else if (roversOnline === 0) {
|
||||||
|
|||||||
+2
-2
@@ -9,8 +9,8 @@
|
|||||||
<meta name="theme-color" content="#020617" />
|
<meta name="theme-color" content="#020617" />
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<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-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
||||||
<title>Multi Roomba Rover</title>
|
<title>Roomba Rover</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user