Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit b269446

Browse files
joonatankvincit-matu
authored andcommitted
fix: language selector responsiveness
1 parent 9f1362e commit b269446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/ui/components/common/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function ActionBar({ apiBaseUrl, profileLink, languageOptions }: HeaderProps) {
197197
logoHref={env.NEXT_PUBLIC_BASE_URL}
198198
menuButtonLabel="Menu"
199199
>
200-
<Header.SimpleLanguageOptions
200+
<Header.LanguageSelector
201201
languages={languageOptions}
202202
ariaLabel={t("navigation:languageSelection")}
203203
/>

0 commit comments

Comments
 (0)