Skip to content

Commit

Permalink
Add slack to Contact Us section in footer (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Paxton <[email protected]>
  • Loading branch information
janpieper and starbelly committed May 16, 2022
1 parent ad69c21 commit daf2849
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/erlef_web/templates/layout/footer.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
<div class="col-sm-3 pb-2">
<span><a href="https://github.com/erlef"><i class="fab fa-lg fa-github fa-2x"></i></a></span>
</div>
<div class="col-sm-3 pb-2">
<span><a href="https://erlef.org/slack-invite/erlef"><i class="fab fa-lg fa-slack fa-2x"></i></a></span>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit daf2849

Please sign in to comment.