Skip to content

Commit

Permalink
fix: cancel match browser default language
Browse files Browse the repository at this point in the history
  • Loading branch information
shuashuai committed Jan 16, 2025
1 parent 1c38411 commit 4881b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import LayoutProvider from '@theme/Layout/Provider';
import ErrorPageContent from '@theme/ErrorPageContent';
import type {Props} from '@theme/Layout';
import mixpanel from 'mixpanel-browser';
import BrowserLanguage from './BrowserLanguage';
// import BrowserLanguage from './BrowserLanguage';

import styles from './styles.module.css';

Expand Down Expand Up @@ -58,7 +58,7 @@ export default function Layout(props: Props): JSX.Element {
<AnnouncementBar />

<Navbar />
<BrowserLanguage />
{/* <BrowserLanguage /> */}

<div
id={SkipToContentFallbackId}
Expand Down

0 comments on commit 4881b74

Please sign in to comment.