mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-20 15:18:50 -05:00
fix links from old dev
This commit is contained in:
parent
ea7451bcdc
commit
bd0bf2f89c
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ const ContributorBadge: ProfileBadge = {
|
|||
}
|
||||
},
|
||||
shouldShow: ({ user }) => isPluginDev(user.id),
|
||||
link: "https://github.com/sponsors/vendicated"
|
||||
link: "https://github.com/Vendicated/Vencord"
|
||||
};
|
||||
|
||||
let DonorBadges = {} as Record<string, Array<Record<"tooltip" | "badge", string>>>;
|
||||
|
@ -134,7 +134,7 @@ export default definePlugin({
|
|||
const modalKey = openModal(props => (
|
||||
<ErrorBoundary noop onError={() => {
|
||||
closeModal(modalKey);
|
||||
VencordNative.native.openExternal("https://patreon.com/equicord");
|
||||
VencordNative.native.openExternal("https://github.com/sponsors/Vendicated");
|
||||
}}>
|
||||
<Modals.ModalRoot {...props}>
|
||||
<Modals.ModalHeader>
|
||||
|
|
Loading…
Add table
Reference in a new issue