Skip to content

Commit

Permalink
fixes #1: link to slack
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Oct 2, 2024
1 parent 0547fd2 commit fbd9b1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/stores/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
},
],
Expand Down

0 comments on commit fbd9b1c

Please sign in to comment.