Fix stale header retention on settings page mobile view

This commit is contained in:
Jack Kingsman
2026-02-12 00:12:47 -08:00
parent fe6dfd5dee
commit 6ac5a1e7db
+1 -1
View File
@@ -1180,7 +1180,7 @@ export function App() {
<div className="flex-1 flex flex-col min-h-0">
<div className="flex justify-between items-center px-4 py-3 border-b border-border font-medium text-lg">
<span>Radio & Settings</span>
<span className="text-sm text-muted-foreground hidden sm:inline">
<span className="text-sm text-muted-foreground hidden md:inline">
{SETTINGS_SECTION_LABELS[settingsSection]}
</span>
</div>