@ -431,7 +431,7 @@ settings:
|
||||
title: About
|
||||
blurb_1: ' is an open-source project by '
|
||||
blurb_2: '. It is provided free and with absolutely no warranty. If you paid someone for this software, please let me know.'
|
||||
donate: Donate
|
||||
sponsor: Become a sponsor
|
||||
github: GitHub
|
||||
pusher_connection_list:
|
||||
not_connected: Not connected
|
||||
|
||||
@ -541,16 +541,6 @@ class Settings extends React.Component {
|
||||
<br />
|
||||
<br />
|
||||
<div>
|
||||
<Button
|
||||
href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=james%40barnsley%2enz&lc=NZ&item_name=James%20Barnsley¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"
|
||||
target="_blank"
|
||||
tracking={{ category: 'About', action: 'Paypal' }}
|
||||
>
|
||||
<I18n path="settings.about.donate">
|
||||
<Icon type="fontawesome" name="paypal" />
|
||||
{' '}
|
||||
</I18n>
|
||||
</Button>
|
||||
<Button
|
||||
href="https://github.com/jaedb/Iris"
|
||||
target="_blank"
|
||||
@ -561,6 +551,16 @@ class Settings extends React.Component {
|
||||
{' '}
|
||||
</I18n>
|
||||
</Button>
|
||||
<Button
|
||||
href="https://github.com/sponsors/jaedb"
|
||||
target="_blank"
|
||||
tracking={{ category: 'About', action: 'Sponsor' }}
|
||||
>
|
||||
<I18n path="settings.about.sponsor">
|
||||
<Icon type="fontawesome" name="heart" />
|
||||
{' '}
|
||||
</I18n>
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user