Skip to content

Commit

Permalink
Resolves issue #23 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForrestHurley authored Dec 18, 2023
1 parent 72ca032 commit 0e04163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Header = () => {
</div>

<div className="flex h-16 items-center justify-center">
<Link href="page/programming" legacyBehavior={false}>
<Link href="/page/programming" legacyBehavior={false}>
<a
className="cursor-pointer text-xl text-white no-underline md:text-3xl"
onClick={toggleMenu}
Expand Down

0 comments on commit 0e04163

Please sign in to comment.