From fbd9b1ca1c0588231d9c116fdd91c707c8186f8c Mon Sep 17 00:00:00 2001 From: Gonzalo Casas <casas@arch.ethz.ch> Date: Wed, 2 Oct 2024 14:58:34 +0200 Subject: [PATCH] fixes #1: link to slack --- src/stores/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/stores/index.js b/src/stores/index.js index c21d20c..d08f0f2 100644 --- a/src/stores/index.js +++ b/src/stores/index.js @@ -178,12 +178,12 @@ const store = createStore({ items: [ { link: "https://forum.compas-framework.org", - title: "The COMPAS Forum", + title: "COMPAS Forum", items: [], }, { - link: "https://bit.ly/48Tcy3F", - title: "compas.dev Slack", + link: "https://join.slack.com/t/compas-framework/shared_invite/zt-2rsil7auc-IeQWb0aTXZrtSlEnGg1R5Q", + title: "COMPAS Slack", items: [], }, ],