diff --git a/src/_data/i18n/en/contact.json b/src/_data/i18n/en/contact.json
index b10464a..31b5686 100644
--- a/src/_data/i18n/en/contact.json
+++ b/src/_data/i18n/en/contact.json
@@ -12,9 +12,7 @@
{
"title": "💬 Social networks",
"links": [
- { "text": "Telegram", "url": "https://t.me/OrganisationKA" },
- { "text": "X (Twitter)", "url": "https://x.com/OrganisationKA" },
- { "text": "TikTok", "url": "https://www.tiktok.com/@organisationka" }
+ { "text": "Telegram", "url": "https://t.me/OrganisationKA" }
]
},
{
diff --git a/src/_data/i18n/fr/contact.json b/src/_data/i18n/fr/contact.json
index fc4fc54..f9023ca 100644
--- a/src/_data/i18n/fr/contact.json
+++ b/src/_data/i18n/fr/contact.json
@@ -12,9 +12,7 @@
{
"title": "💬 Réseaux sociaux",
"links": [
- { "text": "Telegram", "url": "https://t.me/OrganisationKA" },
- { "text": "X (Twitter)", "url": "https://x.com/OrganisationKA" },
- { "text": "TikTok", "url": "https://www.tiktok.com/@organisationka" }
+ { "text": "Telegram", "url": "https://t.me/OrganisationKA" }
]
},
{
diff --git a/src/_includes/partials/contact.njk b/src/_includes/partials/contact.njk
index ddad325..f1dc550 100644
--- a/src/_includes/partials/contact.njk
+++ b/src/_includes/partials/contact.njk
@@ -16,10 +16,6 @@
{% include "icons/whatsapp.svg" %}
{% elif 'telegram' in lname %}
{% include "icons/telegram.svg" %}
- {% elif 'twitter' in lname or 'x (' in lname %}
- {% include "icons/x.svg" %}
- {% elif 'tiktok' in lname %}
- {% include "icons/tiktok.svg" %}
{% elif 'discord' in lname %}
{% include "icons/discord.svg" %}
{% elif 'labola' in lname or 'gitea' in lname %}
diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk
index 47a6d56..7ca7c8d 100644
--- a/src/_includes/partials/footer.njk
+++ b/src/_includes/partials/footer.njk
@@ -22,12 +22,6 @@
{% include "icons/telegram.svg" %}
-
- {% include "icons/x.svg" %}
-
-
- {% include "icons/tiktok.svg" %}
-
{% include "icons/discord.svg" %}