Skip to content

Commit fb95824

Browse files
committed
Add about to the hamburger menu
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
1 parent 27fdaee commit fb95824

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/components/header.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,16 @@ function Header({ siteTitle }) {
167167
Getting Help
168168
</a>
169169
</li>
170+
<li>
171+
<a
172+
href="/about"
173+
aria-label="About the Warewulf Project"
174+
title="About"
175+
className="font-medium tracking-wide text-gray-700 transition-colors duration-200 hover:text-green-500"
176+
>
177+
About
178+
</a>
179+
</li>
170180
<li>
171181
<a
172182
href="https://warewulf.org/docs/v4.6.x/getting-started/introduction.html"

0 commit comments

Comments
 (0)