settings(support): rename

This commit is contained in:
verysillycat 2024-07-31 22:44:59 -06:00
parent c507239106
commit 2857980c65
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ export default function DonateButton(props: any) {
{...props}
look={Button.Looks.LINK}
color={Button.Colors.TRANSPARENT}
onClick={() => VencordNative.native.openExternal("https://github.com/sponsors/vendicated")}
onClick={() => VencordNative.native.openExternal("https://github.com/sponsors/verticalsync")}
>
<Heart />
Donate

View file

@ -248,7 +248,7 @@ function DonateCard({ image }: DonateCardProps) {
<Card className={cl("card", "donate")}>
<div>
<Forms.FormTitle tag="h5">Support the Project</Forms.FormTitle>
<Forms.FormText>Please consider supporting the development of Vencord by donating!</Forms.FormText>
<Forms.FormText>Please consider supporting the development of Equicord by donating!</Forms.FormText>
<DonateButton style={{ transform: "translateX(-1em)" }} />
</div>
<img