mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
settings(support): rename
This commit is contained in:
parent
c507239106
commit
2857980c65
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ export default function DonateButton(props: any) {
|
||||||
{...props}
|
{...props}
|
||||||
look={Button.Looks.LINK}
|
look={Button.Looks.LINK}
|
||||||
color={Button.Colors.TRANSPARENT}
|
color={Button.Colors.TRANSPARENT}
|
||||||
onClick={() => VencordNative.native.openExternal("https://github.com/sponsors/vendicated")}
|
onClick={() => VencordNative.native.openExternal("https://github.com/sponsors/verticalsync")}
|
||||||
>
|
>
|
||||||
<Heart />
|
<Heart />
|
||||||
Donate
|
Donate
|
||||||
|
|
|
@ -248,7 +248,7 @@ function DonateCard({ image }: DonateCardProps) {
|
||||||
<Card className={cl("card", "donate")}>
|
<Card className={cl("card", "donate")}>
|
||||||
<div>
|
<div>
|
||||||
<Forms.FormTitle tag="h5">Support the Project</Forms.FormTitle>
|
<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)" }} />
|
<DonateButton style={{ transform: "translateX(-1em)" }} />
|
||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
|
|
Loading…
Reference in a new issue