Skip to content

Commit

Permalink
feat: add about page link
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Jan 20, 2025
1 parent 5c66840 commit 9060379
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/app-header-nav-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ export function AppHeaderNavMenu(): ReactNode {
onClick={closeMenus}
/>
),
about: (
<AppHeaderNavMenuLink
href={createHref({ pathname: "/about" })}
label={t("links.about")}
onClick={closeMenus}
/>
),
works: (
<DisclosureButton
controls={worksMenu}
Expand Down

0 comments on commit 9060379

Please sign in to comment.