fix links from old dev

This commit is contained in:
thororen 2024-04-17 14:32:29 -04:00
parent ea7451bcdc
commit bd0bf2f89c

View file

@ -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>