feat: add roadmap link to header

This commit is contained in:
Maze Winther 2026-03-02 10:34:54 +01:00
parent feaeec8dbe
commit 2074dde3e3
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ export function Header() {
const closeMenu = () => setIsMenuOpen(false);
const links = [
{
label: "Roadmap",
href: "/roadmap",
},
{
label: "Contributors",
href: "/contributors",