mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 11:43:32 -05:00
fix link - thats all I think
This commit is contained in:
parent
6febf723c1
commit
5041c45e79
1 changed files with 1 additions and 1 deletions
|
@ -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>>>;
|
||||
|
|
Loading…
Reference in a new issue