mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 19:53:41 -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),
|
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>>>;
|
let DonorBadges = {} as Record<string, Array<Record<"tooltip" | "badge", string>>>;
|
||||||
|
|
Loading…
Reference in a new issue