Skip to content

Commit

Permalink
oops remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu committed Dec 8, 2023
1 parent 1103bb0 commit a635428
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const Nav = ({ noSticky = false }: { noSticky?: boolean }) => {
<div className="container px-4 sm:px-14 mx-auto flex">
{pathname !== '/' && <BackButton />}
<div className="grow" />
{/* {resolvedTheme && <ThemeButton />} */}
<ThemeButton />
</div>
</nav>
Expand Down

0 comments on commit a635428

Please sign in to comment.