Skip to content

Commit

Permalink
Update navbar links
Browse files Browse the repository at this point in the history
  • Loading branch information
mel-miller committed Sep 28, 2023
1 parent a011843 commit 09f48f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/layout/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ import "./style.css"

// Links for NavMenu component.
const mainNavigationLinks = [
{
linkContent: (
<Link id="home" to="/">
Docs Home
</Link>
),
},
{
label: "Documentation",
links: [
{
linkContent: (
<Link id="home" to="/">
Docs Home
</Link>
),
},
{
linkContent: (
<Link id="get-started" to="/get-started">
Expand Down

0 comments on commit 09f48f1

Please sign in to comment.