tweaks and padding fix

This commit is contained in:
legop3
2026-01-07 21:57:57 -05:00
parent f7dd4f7b89
commit 4005ced6f9
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ function buildEmbedCopy(state, camera) {
} else if (roversOnline === 0) {
title = 'Rovers offline - check back soon';
} else if (driverCount > 0) {
title = 'Rover action live - take the controls';
title = 'Rovers in use - drive a rover';
} else if (mode === 'turns') {
title = 'Controls open - jump in';
} else {