forked from Archives/Athou_commafeed
move github sponsors up to match the order on the github page
This commit is contained in:
@@ -25,6 +25,11 @@ export function DonatePage() {
|
|||||||
</Trans>
|
</Trans>
|
||||||
|
|
||||||
<List mt="lg">
|
<List mt="lg">
|
||||||
|
<List.Item icon={<TbBrandGithub size={iconSize} />}>
|
||||||
|
<Anchor href="https://github.com/sponsors/Athou" target="_blank" rel="noreferrer">
|
||||||
|
GitHub Sponsors
|
||||||
|
</Anchor>
|
||||||
|
</List.Item>
|
||||||
<List.Item icon={<TbBrandPaypal size={iconSize} />}>
|
<List.Item icon={<TbBrandPaypal size={iconSize} />}>
|
||||||
<Anchor
|
<Anchor
|
||||||
href="https://www.paypal.com/donate/?business=9CNQHMJG2ZJVY&no_recurring=0&item_name=CommaFeed¤cy_code=EUR"
|
href="https://www.paypal.com/donate/?business=9CNQHMJG2ZJVY&no_recurring=0&item_name=CommaFeed¤cy_code=EUR"
|
||||||
@@ -43,11 +48,6 @@ export function DonatePage() {
|
|||||||
Paypal USD
|
Paypal USD
|
||||||
</Anchor>
|
</Anchor>
|
||||||
</List.Item>
|
</List.Item>
|
||||||
<List.Item icon={<TbBrandGithub size={iconSize} />}>
|
|
||||||
<Anchor href="https://github.com/sponsors/Athou" target="_blank" rel="noreferrer">
|
|
||||||
GitHub Sponsors
|
|
||||||
</Anchor>
|
|
||||||
</List.Item>
|
|
||||||
<List.Item icon={<TbCoinBitcoin size={iconSize} />}>
|
<List.Item icon={<TbCoinBitcoin size={iconSize} />}>
|
||||||
Bitcoin: <Code>{Constants.bitcoinWalletAddress}</Code>
|
Bitcoin: <Code>{Constants.bitcoinWalletAddress}</Code>
|
||||||
</List.Item>
|
</List.Item>
|
||||||
|
|||||||
Reference in New Issue
Block a user