Twitter logo is used instead of Telegram logo
The issue is visible on the KDE Neon home page, I contacted the web admin but they didn't fix it, after some digging I noticed its coming from the bootstrap.css generated by this project.
Here is the fix:
diff --git a/css/includes/social.scss b/css/includes/social.scss
index db8d1c9..d98fad9 100644
--- a/css/includes/social.scss
+++ b/css/includes/social.scss
@@ -181,7 +181,7 @@
}
.kSocialLinks a.shareTelegram:after {
- content: "T";
+ content: "C";
}
.kSocialLinks a.shareReddit:after {