update paypal donation

This commit is contained in:
William
2020-01-15 08:08:38 +11:00
committed by GitHub
parent c3b0e8d949
commit 9ebe5dc786

View File

@@ -105,28 +105,7 @@ export default class AboutPage extends Page {
, which will be used to keep Coriolis up to date and the servers
running.
</p>
<form
action="https://www.paypal.com/cgi-bin/webscr"
method="post"
target="_top"
>
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="SJBKT2SWEEU68" />
<input
type="image"
src="https://www.paypalobjects.com/en_AU/i/btn/btn_donate_SM.gif"
border="0"
name="submit"
alt="PayPal The safer, easier way to pay online!"
/>
<img
alt=""
border="0"
src="https://www.paypalobjects.com/en_AU/i/scr/pixel.gif"
width="1"
height="1"
/>
</form>
<a href="https://paypal.me/willb321"><img src="https://www.paypalobjects.com/en_AU/i/btn/btn_donate_SM.gif"></a>
</div>
);
}