Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed Dec 6, 2023
1 parent b8cfebb commit 1058cae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/components/SiteHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Link from 'next/link';
import AccountSwitcher from './AccountSwitcher';
import { MainNav } from './MainNav';
import { MobileNav } from './MobileNav';
import { ModeToggle } from './ModeToggle';
import { UserNav } from './UserNav';
import { buttonVariants } from './ui/button';

Expand Down Expand Up @@ -46,7 +45,7 @@ export default function SiteHeader() {
<span className="sr-only">Twitter</span>
</div>
</Link>
<ModeToggle />
{/* <ModeToggle /> */}
<UserNav />
</nav>
</div>
Expand Down

0 comments on commit 1058cae

Please sign in to comment.