Skip to content

Commit

Permalink
perf: hidden switch lang button
Browse files Browse the repository at this point in the history
  • Loading branch information
521xueweihan committed Aug 7, 2024
1 parent bf048f9 commit dbe5d1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ const Header = () => {
</button>
</RepoModal>
<ThemeSwitcher />
<LanguageSwitcher />
<div className='hidden'>
<LanguageSwitcher />
</div>
</div>
</nav>
</div>
Expand Down

0 comments on commit dbe5d1c

Please sign in to comment.