From d4c013af59abb425190efdbecadd4f133a4d48af Mon Sep 17 00:00:00 2001 From: zenan-aelf Date: Tue, 25 Jun 2024 17:18:38 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Settings=20=E2=80=9Csociallinks?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/social-links.json | 42 ++++++---------------------------------- 1 file changed, 6 insertions(+), 36 deletions(-) diff --git a/config/social-links.json b/config/social-links.json index d3ee8481..3e149c0b 100644 --- a/config/social-links.json +++ b/config/social-links.json @@ -1,54 +1,24 @@ { "links": [ - { - "label": "Email", - "icon": "/img/Email.svg", - "href": "mailto:social@aelf.io" - }, { "label": "X", "icon": "/img/X.svg", "href": "https://x.com/aelfblockchain" }, - { - "label": "GitHub", - "icon": "/img/Github.svg", - "href": "https://github.com/AElfProject" - }, - { - "label": "Discord", - "icon": "/img/Discord.svg", - "href": "https://discord.gg/bgysa9xjvD" - }, - { - "label": "Reddit", - "icon": "/img/Reddit.svg", - "href": "https://www.reddit.com/r/aelfofficial/" - }, - { - "label": "Medium", - "icon": "/img/Medium.svg", - "href": "https://medium.com/aelfblockchain" - }, { "label": "Telegram", "icon": "/img/Telegram.svg", "href": "https://t.me/aelfblockchain" }, { - "label": "WeChat", - "icon": "/img/WeChat.svg", - "href": "#" - }, - { - "label": "YouTube", - "icon": "/img/Youtube.svg", - "href": "https://www.youtube.com/c/aelfblockchain" + "label": "Discord", + "icon": "/img/Discord.svg", + "href": "https://discord.gg/bgysa9xjvD" }, { - "label": "Facebook", - "icon": "/img/Facebook.svg", - "href": "https://www.facebook.com/aelfofficial/" + "label": "GitHub", + "icon": "/img/Github.svg", + "href": "https://github.com/AElfProject" } ] }