Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Fix #787: Slack links expire (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard authored and btkostner committed Sep 28, 2020
1 parent ad8c52c commit dfdf80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/the-navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<font-awesome-icon :icon="Twitter" />
</a></li>

<li><a href="https://join.slack.com/t/elementarycommunity/shared_invite/enQtMzU1NDU4OTE1MjY2LWUyOTBkZGNkZGM4MDgzZjE2ZjRiZDgwMDQ1ZTA0MzcxYjI0MDUyNGRlNDI5ZWViNDkwMzMwYzczMDY2ZjA0MTc" target="_blank" rel="noopener">
<li><a href="https://community-slack.elementary.io/" target="_blank" rel="noopener">
<font-awesome-icon :icon="Slack" />
</a></li>
</ul>
Expand Down

0 comments on commit dfdf80b

Please sign in to comment.