From 98ce36b2870ea0e26bf70849cd44ef5772c3fdd2 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Mon, 28 Mar 2022 14:23:06 +0100 Subject: [PATCH] Add direct link to "blog" category in forum --- app/src/frontend/header.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/src/frontend/header.tsx b/app/src/frontend/header.tsx index f2569ba6..826aafc6 100644 --- a/app/src/frontend/header.tsx +++ b/app/src/frontend/header.tsx @@ -81,6 +81,11 @@ function getCurrentMenuLinks(username: string): MenuLink[][] { text: "Discussion Forum", external: true }, + { + to: "https://discuss.colouring.london/c/blog/9", + text: "Blog", + external: true + }, ], [ {