Skip to content

Commit

Permalink
adding certification link to main nav
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Jan 24, 2024
1 parent dcb5e3d commit 2f835aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/layout/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ const mainNavigationLinks = [
</Link>
),
},
{
linkContent: (
<Link id="certification" to="/certification">
Certification Program
</Link>
),
},
{
linkContent: (
<Link id="terminus" to="/terminus">
Expand Down

0 comments on commit 2f835aa

Please sign in to comment.