Skip to content

Commit 8cfe6f8

Browse files
committed
Update search language filtering
1 parent dd73b24 commit 8cfe6f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

@theme/components/Navbar/AlgoliaSearch.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import { useThemeHooks } from '@redocly/theme/core/hooks';
44
export function AlgoliaSearch() {
55
const { useL10n } = useThemeHooks()
66
let { lang } = useL10n()
7-
if (lang == "en-US") {
8-
lang = "en"
9-
}
107
return (
118
<DocSearch
129
appId="R39QY3MZC7"

0 commit comments

Comments
 (0)