diff --git a/_includes/footer.html b/_includes/footer.html
index 044d029a..80d2b878 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -20,7 +20,6 @@
{% t titles.hangouts %}
{% t footer.ml %}
Mattermost
- Telegram chat
diff --git a/community/hangouts/index.md b/community/hangouts/index.md
index 2e21bacc..cd2c02d5 100644
--- a/community/hangouts/index.md
+++ b/community/hangouts/index.md
@@ -24,6 +24,9 @@ permalink: /community/hangouts/index.html
+
+
+
diff --git a/css/custom.css b/css/custom.css
index 24350b2e..b69cfb83 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -4191,6 +4191,16 @@ p.hangouts-social {
background-position: -176px -190px;
}
+.social-icon.telegram {
+ background-image: url(../img/monero-spritesheet.png);
+ background-position: -128px -239px;
+}
+
+.social-icon.telegram:hover {
+ background-image: url(../img/monero-spritesheet.png);
+ background-position: -176px -238px;
+}
+
.hangouts .irc .col-md-4 {
padding: 1rem 0.5rem;
}
diff --git a/img/monero-spritesheet.png b/img/monero-spritesheet.png
index 677e5e20..0dbb8176 100644
Binary files a/img/monero-spritesheet.png and b/img/monero-spritesheet.png differ