Skip to content

Commit

Permalink
Merge pull request #189 from http4s/remove-twitter
Browse files Browse the repository at this point in the history
Remove Twitter
  • Loading branch information
armanbilge authored Nov 21, 2022
2 parents cc02883 + 55c4dde commit 189c375
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/main/scala/org/http4s/sbt/Http4sOrgSitePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ object Http4sOrgSitePlugin extends AutoPlugin {
scmInfo.value.fold("https://github.com/http4s")(_.browseUrl.toString),
HeliumIcon.github,
options = Styles("svg-link")),
IconLink.external("https://discord.gg/XF3CXcMzqD", HeliumIcon.chat),
IconLink.external("https://twitter.com/http4s", HeliumIcon.twitter)
IconLink.external("https://discord.gg/XF3CXcMzqD", HeliumIcon.chat)
)
)
}
Expand Down

0 comments on commit 189c375

Please sign in to comment.