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

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