diff --git a/app/src/frontend/header.tsx b/app/src/frontend/header.tsx index e857ef24..31b5fbdd 100644 --- a/app/src/frontend/header.tsx +++ b/app/src/frontend/header.tsx @@ -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 London News", + external: true + }, { to: "https://github.com/colouring-cities/manual/wiki/A2.-How-to%3F-Guides", text: "How to Use", @@ -109,16 +114,16 @@ function getCurrentMenuLinks(username: string): MenuLink[][] { to: "/leaderboard.html", text: "Top Contributors" }, + { + to: "https://discuss.colouring.london/", + text: "Colouring London Discussions Forum", + external: true + }, { to: config.githubURL+"/discussions", text: "Discussion Forum (GitHub)", external: true }, - // { - // to: "https://discuss.colouring.london/c/blog/9", - // text: "Blog", - // external: true - // }, ], [ {