From 5041c45e797a7288e04d30f9f1c266cdd8553b30 Mon Sep 17 00:00:00 2001 From: thororen <78185467+thororen1234@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:58:03 -0400 Subject: [PATCH] fix link - thats all I think --- src/plugins/_api/badges.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/_api/badges.tsx b/src/plugins/_api/badges.tsx index 06461dda..485bd65b 100644 --- a/src/plugins/_api/badges.tsx +++ b/src/plugins/_api/badges.tsx @@ -56,7 +56,7 @@ const EquicordContributorBadge: ProfileBadge = { } }, shouldShow: ({ user }) => isEquicordPluginDev(user.id), - link: "https://github.com/Vendicated/Vencord" + link: "https://github.com/Equicord/Equicord" }; let DonorBadges = {} as Record>>;