fix: remove language switcher from game panel

This commit is contained in:
Henri Bourcereau 2026-04-26 16:00:27 +02:00
parent 04369ea28e
commit c69891605e
3 changed files with 38 additions and 31 deletions

View file

@ -181,7 +181,7 @@ fn IdleCard(
<div style="margin-top:0.75rem;display:flex;gap:0.5rem">
<input
class="login-input"
style="flex:1;margin:0"
style="margin:0"
type="text"
placeholder=move || t_string!(i18n, join_code_placeholder)
prop:value=move || join_code.get()