Skip to content

Commit

Permalink
fix: disable switch theme button
Browse files Browse the repository at this point in the history
  • Loading branch information
Tien Nam Dao authored and tiendn committed Mar 3, 2023
1 parent 3c7f571 commit edf0f38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import LiveIcon from './LiveIcon'
import MoibleNavigation from './MobileNavigation'
import Navigation, { MenuItem } from './Navigation'
import styles from './style.module.scss'
import SwitchTheme from './SwitchTheme'

export default function Navbar() {
const { isMobile } = useMobileLayout('small')
Expand Down Expand Up @@ -150,7 +149,7 @@ export default function Navbar() {
<div className={styles.right} id="nav-desktop-others">
<Navigation items={items} />
<Search full={false} />
<SwitchTheme />
{/* <SwitchTheme /> */}
</div>
</div>
</nav>
Expand Down

0 comments on commit edf0f38

Please sign in to comment.