Skip to content

Commit

Permalink
Merge pull request #14919 from M-DinhHoangViet/patch-11
Browse files Browse the repository at this point in the history
Add Lichess's Instagram to frontpage footer
  • Loading branch information
ornicar committed Mar 19, 2024
2 parents 38419c0 + 83ad8a4 commit f5c36a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/base/bits.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ z-index: 99;
div(cls := "connect-links")(
a(href := "https://mastodon.online/@lichess", targetBlank, rel := "me")("Mastodon"),
a(href := "https://twitter.com/lichess", targetBlank, noFollow)("Twitter"),
a(href := "https://instagram.com/lichessdotorg", targetBlank, noFollow)("Instagram"),
a(href := "https://discord.gg/lichess", targetBlank, noFollow)("Discord"),
a(href := "https://www.youtube.com/c/LichessDotOrg", targetBlank, noFollow)("YouTube"),
a(href := "https://youtube.com/c/LichessDotOrg", targetBlank, noFollow)("YouTube"),
a(href := "https://www.twitch.tv/lichessdotorg", targetBlank, noFollow)("Twitch")
)

Expand Down

0 comments on commit f5c36a6

Please sign in to comment.