Skip to content

Commit 3b88dde

Browse files
committed
* Added donation information in regards to BAT
* Donation buttons in primary color and contained
1 parent 9a214c1 commit 3b88dde

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

src/pages/donate/index.jsx

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,24 @@ const Donate = () => {
5252
the development of new and old projects, the maintenance of our servers, domain name
5353
fees and the occasional cup of coffee! Simply click the PayPal or EGLD button to
5454
start the donation process! PayPal allows you to donate using practically
55-
any payment method you like. Brave tips are also welcome!
55+
any payment method you like.
56+
</Typography>
57+
58+
<Typography style={{ marginTop: 20 }}>
59+
In addition, we are verified Brave creators, which means you can donate BAT directly
60+
to us via the Brave browser.
61+
<a
62+
href="https://www.youtube.com/watch?v=iJwLxeKxp3k"
63+
rel="noopener noreferrer"
64+
>
65+
You can find more information on how to donate BAT here.
66+
</a>
67+
</Typography>
68+
69+
<Typography style={{ marginTop: 20 }}>
70+
BAT donations will not appear in the hall of fame because it&apos;s impossible to
71+
retrace. However, if you have donated a certain amount of BAT, you can always contact
72+
us so we can add you to the hall of fame.
5673
</Typography>
5774

5875
<Typography style={{ marginTop: 20 }}>
@@ -97,7 +114,8 @@ const Donate = () => {
97114
<Grid container spacing={2} style={{ marginTop: 10 }}>
98115
<Grid item xs={12} md={6} lg={6}>
99116
<Button
100-
variant="outlined"
117+
variant="contained"
118+
color="primary"
101119
target="_blank"
102120
href="https://paypal.me/codedead"
103121
rel="noreferrer"
@@ -108,7 +126,8 @@ const Donate = () => {
108126
</Grid>
109127
<Grid item xs={12} md={6} lg={6}>
110128
<Button
111-
variant="outlined"
129+
variant="contained"
130+
color="primary"
112131
style={{ width: '100%' }}
113132
onClick={() => setEgldOpen(true)}
114133
>

0 commit comments

Comments
 (0)