Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Add Discord icon in Socialise #81

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/views/includes/socialise.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ <h2 class='icon icon-lab'>Socialise</h2>
<li>
<a href='https://slack.sdkman.io' class='icon'><span class='fa fa-slack'></span> Discuss in Slack</a>
</li>
<li>
<a href='https://discord.com/channels/sdkman' class='icon'><span class='fa fa-discord'></span> SDKMAN! on
Discord</a>
</li>
<li>
<a href='https://twitter.com/sdkman_' class='icon'><span class='fa fa-twitter'></span> SDKMAN! on
Twitter</a>
Expand Down
4 changes: 3 additions & 1 deletion project/metals.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// format: off
// DO NOT EDIT! This file is auto-generated.

// This file enables sbt-bloop to create bloop config files.

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.13")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.17")

// format: on
Loading