Skip to content

Commit

Permalink
Add discord link to mobile button on main page (#368)
Browse files Browse the repository at this point in the history
* Added discord link to mobile button on main page

* Fixed-Discord-button-FR
  • Loading branch information
OfErosAngel authored Oct 21, 2023
1 parent 258d3ff commit 7426f3f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,15 @@
<a href="/about"
>{{- partial "button.html" (dict "label" "Learn More") -}}</a
>
<div class="home-header-discord">
Discord
<div class="fa fa-external-link-alt home-header-discord-arrow"></div>
</div>
<a
style="text-decoration: none"
href="http://discord.carletoncomputersciencesociety.ca"
>
<div class="home-header-discord">
Discord
<div class="fa fa-external-link-alt home-header-discord-arrow"></div>
</div>
</a>
</div>
</div>
</div>

0 comments on commit 7426f3f

Please sign in to comment.