From 0dada9d7d20cc143e53b10330da67620c50e5cac Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 18 Dec 2023 09:45:09 +0800 Subject: [PATCH] update footer social links --- src/App/constants.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App/constants.ts b/src/App/constants.ts index 96263173e3..53bf9dab81 100644 --- a/src/App/constants.ts +++ b/src/App/constants.ts @@ -78,7 +78,7 @@ export const CHARITY_LINKS: LINKS = { type: "Twitter", size: 24, }, - href: "https://twitter.com/@BetterDotGiving", + href: "https://twitter.com/BetterDotGiving", }, { title: "Discord", @@ -86,7 +86,7 @@ export const CHARITY_LINKS: LINKS = { type: "Discord", size: 24, }, - href: "https://discord.gg/angelprotocol", + href: "https://discord.gg/kPjCcJCXX7", }, { title: "YouTube", @@ -94,7 +94,7 @@ export const CHARITY_LINKS: LINKS = { type: "Youtube", size: 24, }, - href: "https://www.youtube.com/@AngelGiving", + href: "https://www.youtube.com/@bettergiving", }, { title: "Facebook", @@ -102,7 +102,7 @@ export const CHARITY_LINKS: LINKS = { type: "FacebookCircle", size: 24, }, - href: "https://www.facebook.com/AngelgivingFB/", + href: "https://www.facebook.com/BetterGivingFB/", }, { title: "Linkedin", @@ -110,7 +110,7 @@ export const CHARITY_LINKS: LINKS = { type: "Linkedin", size: 24, }, - href: "https://www.linkedin.com/company/angel-giving/", + href: "https://www.linkedin.com/company/better-giving/", }, ], };