From 8a4d8b9a01da4e73a7fa2101a4de27893420fd9f Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Mon, 5 Oct 2020 21:35:11 +0200 Subject: [PATCH] add Twitch to connect-links (closes #7422) --- app/views/base/bits.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/base/bits.scala b/app/views/base/bits.scala index a64fb262db..552dec951e 100644 --- a/app/views/base/bits.scala +++ b/app/views/base/bits.scala @@ -37,6 +37,7 @@ z-index: 99; div(cls := "connect-links")( a(href := "https://twitter.com/lichess", rel := "nofollow")("Twitter"), a(href := "https://discord.gg/hy5jqSs", rel := "nofollow")("Discord"), - a(href := "https://www.youtube.com/channel/UCr6RfQga70yMM9-nuzAYTsA", rel := "nofollow")("YouTube") + a(href := "https://www.youtube.com/channel/UCr6RfQga70yMM9-nuzAYTsA", rel := "nofollow")("YouTube"), + a(href := "https://www.twitch.tv/lichessdotorg", rel := "nofollow")("Twitch") ) }