summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/app.js')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/app.js b/packages/meshbay-hub/src/meshbay_hub/static/app.js
index aa0034c..9f925c3 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/app.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/app.js
@@ -109,7 +109,7 @@ function UserMenu({ user, theme, onThemeChange, onLogout }) {
${langOpen && LOCALES.map(l => html`
<button key=${l.code} class="user-menu-item user-menu-sub"
onClick=${() => { setLocale(l.code); window.location.reload(); }}>
- <span class="umi-icon">${l.flag}</span> ${l.name}
+ ${l.name}
${getLocale() === l.code
&& html`<${Icon} name="check" cls="umi-check" />`}
</button>