diff --git a/messages/en.json b/messages/en.json index 4ac96eaa..50ccbb64 100644 --- a/messages/en.json +++ b/messages/en.json @@ -4,6 +4,7 @@ "nav": { "title": "Hytale Modding", "documentation": "Documentation", + "projects": "Projects", "sponsors": "Sponsors", "search": "Search" }, diff --git a/src/lib/layout.shared.tsx b/src/lib/layout.shared.tsx index b9b67bc3..9b6f65a7 100644 --- a/src/lib/layout.shared.tsx +++ b/src/lib/layout.shared.tsx @@ -31,6 +31,10 @@ export function baseOptions( text: messages.nav.sponsors, url: `/${locale}/sponsors`, }, + { + text: messages.nav.projects || "Projects", + url: `/${locale}/projects`, + } ); }