Skip to content

Commit f03719d

Browse files
committed
Use always the invite link to slack
1 parent 36ef56d commit f03719d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Views/discuss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class="link-primary" target="_blank">signup</a> for it :)
5757
</p>
5858

5959
<p>
60-
<a href="https://codeigniterchat.slack.com/" class="buttons-reverse" target="_blank">Slack</a>
60+
<a href="https://join.slack.com/t/codeigniterchat/shared_invite/zt-rl30zw00-obL1Hr1q1ATvkzVkFp8S0Q" class="buttons-reverse" target="_blank">Slack</a>
6161
</p>
6262
<br /><br />
6363
</div><!--inner-page-text-box ends here-->

app/Views/layouts/_footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</div>
3636
</a>
3737

38-
<a href="https://codeigniterchat.slack.com/" target="_blank" aria-label="Slack Chat">
38+
<a href="https://join.slack.com/t/codeigniterchat/shared_invite/zt-rl30zw00-obL1Hr1q1ATvkzVkFp8S0Q" target="_blank" aria-label="Slack Chat">
3939
<div class="links-icons">
4040
<div class="icon">
4141
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50" height="50"><path d="M31 24c-2.757 0-5-2.243-5-5V7c0-2.757 2.243-5 5-5s5 2.243 5 5v12c0 2.757-2.243 5-5 5zM43 24h-4a1 1 0 0 1-1-1v-4c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5zM19 24H7c-2.757 0-5-2.243-5-5s2.243-5 5-5h12c2.757 0 5 2.243 5 5s-2.243 5-5 5zM23 12h-4c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5v4a1 1 0 0 1-1 1zM19 48c-2.757 0-5-2.243-5-5V31c0-2.757 2.243-5 5-5s5 2.243 5 5v12c0 2.757-2.243 5-5 5zM7 36c-2.757 0-5-2.243-5-5s2.243-5 5-5h4a1 1 0 0 1 1 1v4c0 2.757-2.243 5-5 5zM43 36H31c-2.757 0-5-2.243-5-5s2.243-5 5-5h12c2.757 0 5 2.243 5 5s-2.243 5-5 5zM31 48c-2.757 0-5-2.243-5-5v-4a1 1 0 0 1 1-1h4c2.757 0 5 2.243 5 5s-2.243 5-5 5z"/></svg>

0 commit comments

Comments
 (0)