Skip to content

Commit 2b7bebb

Browse files
comment lan picker (#367)
1 parent 2defa4c commit 2b7bebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro-theme/components/DocsSidebar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const hasMultipleLocales = !!Astro.currentLocale;
3434
)
3535
}
3636

37-
{hasMultipleLocales && <LocaleSwitcher />}
37+
<!-- {hasMultipleLocales && <LocaleSwitcher />} -->
3838

3939
{
4040
entries.length > 0 && entries.length && (

0 commit comments

Comments
 (0)