Android build v1.0.27

This commit is contained in:
Warren H
2026-06-19 21:29:44 -04:00
parent 88874933c3
commit ba6d3b614e
9 changed files with 1240 additions and 760 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ function App() {
: a.sequence - b.sequence)
return (
<main className={`game-shell ${screen === 'dungeons' || screen === 'raids' ? 'dungeon-shell' : ''}`}>
<main className={`game-shell ${screen === 'dungeons' || screen === 'raids' ? 'dungeon-shell' : ''} ${screen === 'customize' ? 'workshop-shell' : ''}`}>
<header className="topbar app-header">
<button
className="brand-button"