Skip to content

Commit

Permalink
Add links for implemented pages to nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonappah committed Jun 19, 2024
1 parent f311ee7 commit 202d902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const HOME_LINK: LinkType = { name: 'Home', href: '/' }

const mainNavLinks: LinkType[] = [
HOME_LINK,
// { name: "About", href: "#" },
{ name: "About", href: "/about" },
// { name: "Projects", href: "#" },
// { name: "Contact", href: "#" },
{ name: "Contact", href: "/links" },
]

const socialLinks: LinkWithIconType[] = [
Expand Down

0 comments on commit 202d902

Please sign in to comment.