chore(status_bar): re-order icons to avoid layout shifting

This commit is contained in:
Elian Doran
2025-12-12 20:19:37 +02:00
parent 0162b9d441
commit 28e9abc8bb

View File

@@ -37,8 +37,8 @@ export default function StatusBar() {
</div>
<div className="actions-row">
<NoteInfoBadge {...context} />
<LanguageSwitcher {...context} />
<NoteInfoBadge {...context} />
</div>
</>}
</div>