From fd63709d6eb655242f562a7fdb31972297b9b6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90inh=20Ho=C3=A0ng=20Vi=E1=BB=87t?= <134517889+M-DinhHoangViet@users.noreply.github.com> Date: Tue, 19 Mar 2024 20:48:38 +0700 Subject: [PATCH 1/2] Add Lichess's Instagram to frontpage footer Closes #14916 --- app/views/base/bits.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/base/bits.scala b/app/views/base/bits.scala index f4eed4414dae..e6004cf21d2e 100644 --- a/app/views/base/bits.scala +++ b/app/views/base/bits.scala @@ -44,6 +44,7 @@ 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://www.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://www.twitch.tv/lichessdotorg", targetBlank, noFollow)("Twitch") From 83ad8a47e1c6c72479d84491fe65e5ba79d6eccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90inh=20Ho=C3=A0ng=20Vi=E1=BB=87t?= <134517889+M-DinhHoangViet@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:00:43 +0700 Subject: [PATCH 2/2] remove `www.` --- app/views/base/bits.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/base/bits.scala b/app/views/base/bits.scala index e6004cf21d2e..56497178f095 100644 --- a/app/views/base/bits.scala +++ b/app/views/base/bits.scala @@ -44,9 +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://www.instagram.com/lichessdotorg", targetBlank, noFollow)("Instagram"), + 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") )