mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-21 07:38:51 -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),
|
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>>>;
|
let DonorBadges = {} as Record<string, Array<Record<"tooltip" | "badge", string>>>;
|
||||||
|
@ -134,7 +134,7 @@ export default definePlugin({
|
||||||
const modalKey = openModal(props => (
|
const modalKey = openModal(props => (
|
||||||
<ErrorBoundary noop onError={() => {
|
<ErrorBoundary noop onError={() => {
|
||||||
closeModal(modalKey);
|
closeModal(modalKey);
|
||||||
VencordNative.native.openExternal("https://patreon.com/equicord");
|
VencordNative.native.openExternal("https://github.com/sponsors/Vendicated");
|
||||||
}}>
|
}}>
|
||||||
<Modals.ModalRoot {...props}>
|
<Modals.ModalRoot {...props}>
|
||||||
<Modals.ModalHeader>
|
<Modals.ModalHeader>
|
||||||
|
|
Loading…
Add table
Reference in a new issue