From c1a7948960d5734861a5d93891bda2621791c0e5 Mon Sep 17 00:00:00 2001 From: Joshua Tan Date: Fri, 3 Nov 2023 14:05:27 -0400 Subject: [PATCH] Update Sidebar.js --- components/Sidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Sidebar.js b/components/Sidebar.js index 7d1ffbd..fa87290 100644 --- a/components/Sidebar.js +++ b/components/Sidebar.js @@ -7,7 +7,7 @@ import useOutsideClick from "../hooks/useOutsideClick" const LINKS = [ { label: "Manifesto", href: "/" }, { label: "Commentaries", href: "/commentaries" }, - { label: "Discussion", href: "https://github.com/thelastjosh/autonomous-art/discussions" }, + { label: "Discussion", href: "https://signal.group/#CjQKIGr0eKL8jL4icLLq5HrWQsWyvEtt8MhXGSsBDliC4gINEhBEy7q_0Axd2OvLToiQG3cF" }, { label: "About", href: "/about" }, ]