Update NavBar.js

This commit is contained in:
Jiaxin Peng
2023-07-21 19:09:46 +01:00
committed by GitHub
parent acb42628ae
commit df5b1525b0

View File

@@ -146,7 +146,7 @@ const NavBar = props => {
<div className='flex flex-shrink-0 justify-center items-center space-x-1'>
<RandomPostButton {...props} />
<SearchButton />
<DarkModeButton />
{!BLOG.THEME_SWITCH && <DarkModeButton {...props} />}
<ReadingProgress />
{/* 移动端菜单按钮 */}