From 0169ca44a85a8d92a439927c87f8d22d9ae7b9b1 Mon Sep 17 00:00:00 2001
From: Mike Simpson <mike.simpson@ncl.ac.uk>
Date: Thu, 27 Jul 2023 11:38:37 +0100
Subject: [PATCH] Revert "Add News and Discussions Links"

---
 app/src/frontend/header.tsx | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/app/src/frontend/header.tsx b/app/src/frontend/header.tsx
index 31b5fbdd..e857ef24 100644
--- a/app/src/frontend/header.tsx
+++ b/app/src/frontend/header.tsx
@@ -83,11 +83,6 @@ 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",
@@ -114,16 +109,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
+            // },
         ],
         [
             {