mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-26 17:26:22 +00:00
feat: add donate button to donation card
This commit is contained in:
parent
71ca9b84d9
commit
6e4cf7e258
1 changed files with 7 additions and 1 deletions
|
@ -118,7 +118,13 @@ function VencordSettings() {
|
||||||
cardImage={VENNIE_DONATOR_IMAGE}
|
cardImage={VENNIE_DONATOR_IMAGE}
|
||||||
backgroundImage={"https://github.com/user-attachments/assets/2aa0826f-faa4-4bb0-8b59-ca8859f5c7f1"}
|
backgroundImage={"https://github.com/user-attachments/assets/2aa0826f-faa4-4bb0-8b59-ca8859f5c7f1"}
|
||||||
backgroundColor="#ED87A9"
|
backgroundColor="#ED87A9"
|
||||||
/>
|
>
|
||||||
|
<DonateButton
|
||||||
|
look={Button.Looks.FILLED}
|
||||||
|
color={Button.Colors.WHITE}
|
||||||
|
style={{ marginTop: "1em" }}
|
||||||
|
/>
|
||||||
|
</SpecialCard>
|
||||||
:
|
:
|
||||||
<SpecialCard
|
<SpecialCard
|
||||||
title="Support the Project"
|
title="Support the Project"
|
||||||
|
|
Loading…
Reference in a new issue