From b03da44d6b8518a3c6cc508e57981b194285b289 Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Wed, 26 Jul 2023 17:07:29 +0100 Subject: [PATCH] Specify that link points to the GitHub Discussions Link to old Discussion Forum needs to be added on Colouring London, not on Core. #1213 --- app/src/frontend/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/header.tsx b/app/src/frontend/header.tsx index 7f11e5c3..17020055 100644 --- a/app/src/frontend/header.tsx +++ b/app/src/frontend/header.tsx @@ -111,7 +111,7 @@ function getCurrentMenuLinks(username: string): MenuLink[][] { }, { to: config.githubURL+"/discussions", - text: "Discussion Forum", + text: "Discussion Forum (GitHub)", external: true }, // {