Skip to content

Commit c737268

Browse files
committed
Add further references to discord
1 parent f6e337c commit c737268

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

lms/templates/ci_support/course_navigation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
Gitpod
5858
</a>
5959
</li>
60-
<li class="nav-item support-link-slack">
61-
<a href="https://code-institute-room.slack.com/" class="nav-link">
62-
<img src="/static/ci-theme/images/slack_icon.png" />
63-
Slack
60+
<li class="nav-item support-link-discord">
61+
<a href="https://discord.com/channels/1371431903663489024/1390263359273697320" class="nav-link">
62+
<img src="/static/ci-theme/images/discord_icon.png" />
63+
Discord
6464
</a>
6565
</li>
6666

lms/templates/ci_support/support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<div class="support-card col-xl-2 col-md-4">
5353
<div class="inner">
54-
<a href="${reverse('slack', kwargs={'program_slug': program_slug})}" class="btn-orange btn-page">Let's Slack</a>
54+
<a href="${reverse('discord', kwargs={'program_slug': program_slug})}" class="btn-orange btn-page">Discord</a>
5555
</div>
5656
</div>
5757

lms/templates/ci_support/support/discord.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div class="container">
3232
<div class="row">
3333
<div class="col-sm-12 text-center">
34-
<h3>discord Community</h3>
34+
<h3>Discord Community</h3>
3535
<a href="${reverse('support', kwargs={'program_slug': program_slug})}" class="btn-back"><i class="fa fa-caret-left" aria-hidden="true"></i> <span>Back to Support Page</span></a>
3636
</div>
3737
</div>
@@ -44,7 +44,7 @@ <h3>discord Community</h3>
4444
<div class="container-fluid">
4545
<div class="row">
4646
<div class="col-sm-10 offset-sm-1">
47-
<h5 class="welcome-heading">Hi <em>${user.username}</em>. Welcome to your discord community</h5>
47+
<h5 class="welcome-heading">Hi <em>${user.username}</em>. Welcome to your Discord community</h5>
4848
</div>
4949
</div>
5050
</div>

0 commit comments

Comments
 (0)