Mobile Navbar #75

Merged
a258wang merged 17 commits from feat/navbar-mobile into main 2021-07-07 18:13:40 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 39b680e101 - Show all commits

View File

@ -92,7 +92,7 @@ export function Navbar() {
</Link>
<button
className={styles.hamburger}
onClick={() => dispatch({ type: "open", route: parentPath ?? "" })}
onClick={() => dispatch({ type: "open", route: parentPath ?? "" })}
>
<Image src="/images/hamburger.svg" alt="Menu" />
</button>