Skip to content

Commit

Permalink
Fix nav link errors (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing authored Dec 7, 2023
1 parent 41ef74d commit 9129dcd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/pages/FoundationHeader.astro
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,13 @@ import FoundationLogo from "../FoundationLogo.astro";
<a href="/news" aria-expanded="false">News &amp; events</a>
<ul class="menu--level-2">
<li class="menu-item menu-item--level-2">
<a href="/news">News</a>
<a href="/latest-news">News</a>
</li>
<li class="menu-item menu-item--level-2">
<a href="/events">Events</a>
</li>
<li class="menu-item menu-item--level-2">
<a href="/podcast">Podcast</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit 9129dcd

Please sign in to comment.