diff --git a/community/hangouts/index.md b/community/hangouts/index.md
index 308245ac..f41f49cd 100644
--- a/community/hangouts/index.md
+++ b/community/hangouts/index.md
@@ -28,6 +28,9 @@ meta_descr: hangouts.intro
+
+
+
diff --git a/css/custom.css b/css/custom.css
index 79fc4f51..977ff36e 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -4168,6 +4168,16 @@ p.hangouts-social {
background-position: -176px -238px;
}
+.social-icon.discord {
+ background-image: url(../img/monero-spritesheet.png);
+ background-position: -128px -286px;
+}
+
+.social-icon.discord:hover {
+ background-image: url(../img/monero-spritesheet.png);
+ background-position: -176px -286px;
+}
+
.hangouts .irc .col-md-4 {
padding: 1rem 0.5rem;
}
diff --git a/img/monero-spritesheet.png b/img/monero-spritesheet.png
index 0dbb8176..3b222d73 100644
Binary files a/img/monero-spritesheet.png and b/img/monero-spritesheet.png differ