diff --git a/web/e.cash/data/socials.js b/web/e.cash/data/socials.js index 9a0b3b92e..b6655ec27 100644 --- a/web/e.cash/data/socials.js +++ b/web/e.cash/data/socials.js @@ -1,41 +1,41 @@ // Copyright (c) 2023 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. export const socials = [ { name: 'facebook', link: 'https://www.facebook.com/ecashofficial', }, { name: 'x', link: 'https://twitter.com/ecashofficial', }, { name: 'linkedin', link: 'https://www.linkedin.com/company/ecashofficial/', }, { name: 'youtube', link: 'https://www.youtube.com/eCashOfficial', }, { name: 'instagram', link: 'https://www.instagram.com/ecashnetwork/', }, { name: 'github', link: 'https://github.com/bitcoin-abc/', }, { name: 'reddit', link: 'https://reddit.com/r/ecash', }, { name: 'telegram', link: 'https://t.me/ecash', }, { name: 'discord', - link: 'https://discord.gg/d5EHW3PgTy', + link: 'https://discord.gg/ecash-official-852595915159896114', }, ];