Skip to content

Commit

Permalink
Merge pull request #1484 from colouring-cities/menu-fixes
Browse files Browse the repository at this point in the history
Add News link to menu
  • Loading branch information
mdsimpson42 authored Feb 7, 2025
2 parents cb213bc + c5d4bc8 commit 8f97164
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/frontend/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ function getCurrentMenuLinks(username: string): MenuLink[][] {
text: "About the Colouring " + config.cityName + " Project",
external: true
},
{
to: "https://github.com/colouring-cities/manual/wiki/M3.1-News",
text: "Colouring Cities development news",
external: true
},
{
to: "https://github.com/colouring-cities/manual/wiki/How‐to‐use-Platform-Guides",
text: "How to Use",
Expand Down

0 comments on commit 8f97164

Please sign in to comment.