Skip to content

Commit

Permalink
fix(): Disable docs mode selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 17, 2024
1 parent d837314 commit db2b53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/custom/docs/components/navmenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const NavBar = (props: {
<div className='block md:hidden mr-3'>
<MobileMenu {...props}/>
</div>
<div className="whitespace-nowrap flex items-center gap-2">
<div className="whitespace-nowrap flex items-center gap-2">
<a href="https://docs.quantinuum.com/" aria-label='Quantinuum Docs' title="Quantinuum Docs" className='hover:cursor-pointer hover:opacity-50 transition'>
<div className='hidden sm:block'><QuantinuumLogo />
</div>
Expand Down Expand Up @@ -50,7 +50,7 @@ export const NavBar = (props: {
})}
</div>
<div className='w-px h-6 bg-muted-foreground/50'></div>
<ModeSelector />
{/* <ModeSelector /> */}
</div>
</div>
</div>
Expand Down

0 comments on commit db2b53c

Please sign in to comment.