Load donation buttons from local
This commit is contained in:
parent
1410ec2dff
commit
51327964a8
BIN
src/icons/patreonButton.png
Normal file
BIN
src/icons/patreonButton.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
BIN
src/icons/paypalButton.png
Normal file
BIN
src/icons/paypalButton.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
|
@ -55,10 +55,7 @@ export default props => {
|
||||||
type={"none"}
|
type={"none"}
|
||||||
extraCaption={
|
extraCaption={
|
||||||
<a href={patreonLink} target="_blank">
|
<a href={patreonLink} target="_blank">
|
||||||
<img
|
<img src="/icons/patreonButton.png" alt="Donate" />
|
||||||
src="https://c5.patreon.com/external/logo/become_a_patron_button.png"
|
|
||||||
alt="Donate"
|
|
||||||
/>
|
|
||||||
</a>
|
</a>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
@ -68,10 +65,7 @@ export default props => {
|
||||||
type={"none"}
|
type={"none"}
|
||||||
extraCaption={
|
extraCaption={
|
||||||
<a href={paypalLink} target="_blank">
|
<a href={paypalLink} target="_blank">
|
||||||
<img
|
<img src="/icons/paypalButton.png" alt="Donate" />
|
||||||
src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-medium.png"
|
|
||||||
alt="Donate"
|
|
||||||
/>
|
|
||||||
</a>
|
</a>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue