Skip to content

Commit

Permalink
fix: update header links (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
k8isdead authored Aug 9, 2022
1 parent 7ebcb46 commit d9fa303
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/layouts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ const communityItems = [
},
{
title: "Contribute",
linkUrl: "https://ebpf.foundation/contribute/",
linkTarget: "_blank",
linkUrl: "/contribute",
},
];

Expand Down Expand Up @@ -252,8 +251,8 @@ const HeaderDesktop = ({ language }) => (
<Link to='/blog'>Blog</Link>
<Link to='/projects'>Project Landscape</Link>
<Dropdown title='Conferences' items={conferencesItems} />
<a href='https://www.ebpf.foundation'>Foundation</a>
<Dropdown title='Community' items={communityItems} />
<a href='https://www.ebpf.foundation'>Foundation</a>
</nav>
</header>
);
Expand Down Expand Up @@ -290,8 +289,8 @@ const HeaderMobile = ({ language }) => {
<Link to='/projects'>Project Landscape</Link>
<Dropdown title='Conferences' items={conferencesItems} />
<a href='/slack'>Slack</a>
<a href='https://www.ebpf.foundation'>Foundation</a>
<Dropdown title='Community' items={communityItems} />
<a href='https://www.ebpf.foundation'>Foundation</a>
</nav>
)}
</div>
Expand Down

0 comments on commit d9fa303

Please sign in to comment.