Skip to content

Commit

Permalink
update footer social links
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey authored and Andrey committed Dec 18, 2023
1 parent de14169 commit 0dada9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/App/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,39 +78,39 @@ export const CHARITY_LINKS: LINKS = {
type: "Twitter",
size: 24,
},
href: "https://twitter.com/@BetterDotGiving",
href: "https://twitter.com/BetterDotGiving",
},
{
title: "Discord",
icon: {
type: "Discord",
size: 24,
},
href: "https://discord.gg/angelprotocol",
href: "https://discord.gg/kPjCcJCXX7",
},
{
title: "YouTube",
icon: {
type: "Youtube",
size: 24,
},
href: "https://www.youtube.com/@AngelGiving",
href: "https://www.youtube.com/@bettergiving",
},
{
title: "Facebook",
icon: {
type: "FacebookCircle",
size: 24,
},
href: "https://www.facebook.com/AngelgivingFB/",
href: "https://www.facebook.com/BetterGivingFB/",
},
{
title: "Linkedin",
icon: {
type: "Linkedin",
size: 24,
},
href: "https://www.linkedin.com/company/angel-giving/",
href: "https://www.linkedin.com/company/better-giving/",
},
],
};

0 comments on commit 0dada9d

Please sign in to comment.