mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-07 15:33:43 -05:00
Fix Vencord Donor page
This commit is contained in:
parent
8b1967a58d
commit
e3fdc8b22a
1 changed files with 3 additions and 3 deletions
|
@ -148,7 +148,7 @@ export default definePlugin({
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Heart />
|
<Heart />
|
||||||
Equicord Donor
|
Vencord Donor
|
||||||
</Forms.FormTitle>
|
</Forms.FormTitle>
|
||||||
</Flex>
|
</Flex>
|
||||||
</Modals.ModalHeader>
|
</Modals.ModalHeader>
|
||||||
|
@ -169,10 +169,10 @@ export default definePlugin({
|
||||||
</Flex>
|
</Flex>
|
||||||
<div style={{ padding: "1em" }}>
|
<div style={{ padding: "1em" }}>
|
||||||
<Forms.FormText>
|
<Forms.FormText>
|
||||||
This Badge is a special perk for Equicord Donors
|
This Badge is a special perk for Vencord Donors
|
||||||
</Forms.FormText>
|
</Forms.FormText>
|
||||||
<Forms.FormText className={Margins.top20}>
|
<Forms.FormText className={Margins.top20}>
|
||||||
Please consider supporting the development of Equicord by becoming a donor. It would mean a lot!
|
Please consider supporting the development of Vencord by becoming a donor. It would mean a lot!
|
||||||
</Forms.FormText>
|
</Forms.FormText>
|
||||||
</div>
|
</div>
|
||||||
</Modals.ModalContent>
|
</Modals.ModalContent>
|
||||||
|
|
Loading…
Reference in a new issue