Fix whitespace

This commit is contained in:
Amy 2021-06-24 17:39:18 -04:00
parent 4ec4fdb097
commit 39b680e101
1 changed files with 1 additions and 1 deletions

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>