diff options
Diffstat (limited to 'site/src/components/TitleBar.tsx')
| -rw-r--r-- | site/src/components/TitleBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/src/components/TitleBar.tsx b/site/src/components/TitleBar.tsx index 3822980..c1f0a00 100644 --- a/site/src/components/TitleBar.tsx +++ b/site/src/components/TitleBar.tsx @@ -92,7 +92,7 @@ const TitleBar: React.FC = () => { > {t('game_selector')} </Link> - <LanguageSwitcher variant="compact" /> + <LanguageSwitcher /> </div> </div> </div> |
