diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-07 22:42:59 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-07 22:43:14 -0700 |
| commit | c0d7eea69ea3885f97c6ccc0525a3318efd2ab6a (patch) | |
| tree | ee8543bb2a32a3ba4f732d5019bcedc028a95b38 /site/src/components/TitleBar.tsx | |
| parent | d7b5b81b5d6ec55d0847b5171c3800a8f7b5c001 (diff) | |
fix: remove unused language switcher props
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> |
