Skip to content

Commit

Permalink
Add home navigation link
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Feb 3, 2025
1 parent 672c6d2 commit 87822eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { Icon } from "astro-icon/components";
</a>
<!-- Navigation -->
<nav class="flex space-x-8">
<a href="/" class="text-gray-700 hover:text-blue-600">Home</a>
<a href="/team" class="text-gray-700 hover:text-blue-600">Team</a>
<a href="/help" class="text-gray-700 hover:text-blue-600">Help</a>
<a
Expand Down

0 comments on commit 87822eb

Please sign in to comment.