fix link - thats all I think

This commit is contained in:
thororen 2024-04-18 19:58:03 -04:00
parent 6febf723c1
commit 5041c45e79

View file

@ -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<string, Array<Record<"tooltip" | "badge", string>>>;