Skip to content

Commit

Permalink
add a slack link
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Feb 3, 2024
1 parent cef7f6e commit 982a78b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/stores/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,20 @@ const store = createStore({
],
},
{
link: "https://forum.compas-framework.org",
link: "/discuss",
title: "Discuss",
items: [],
items: [
{
link: "https://forum.compas-framework.org",
title: "The COMPAS Forum",
items: [],
},
{
link: "https://bit.ly/48Tcy3F",
title: "compas.dev Slack",
items: [],
},
],
},
{
link: "/contribute",
Expand Down

0 comments on commit 982a78b

Please sign in to comment.