mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2025-12-20 13:00:10 -06:00
Add Ko-fi sponsor link
This commit is contained in:
@@ -113,12 +113,13 @@ export default function InfoTab() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Wall of Fame',
|
title: 'Wall of Fame',
|
||||||
subTitle: 'Sponsor on GitHub or Patreon',
|
subTitle: 'Sponsor on GitHub, Patreon, or Ko-fi',
|
||||||
iconName: 'hand-heart',
|
iconName: 'hand-heart',
|
||||||
iconColor: '$secondary',
|
iconColor: '$secondary',
|
||||||
children: (
|
children: (
|
||||||
<YStack>
|
<YStack>
|
||||||
<XStack
|
<XStack
|
||||||
|
flexWrap='wrap'
|
||||||
justifyContent='flex-start'
|
justifyContent='flex-start'
|
||||||
gap={'$4'}
|
gap={'$4'}
|
||||||
marginVertical={'$2'}
|
marginVertical={'$2'}
|
||||||
@@ -145,6 +146,13 @@ export default function InfoTab() {
|
|||||||
<Icon name='patreon' small color='$borderColor' />
|
<Icon name='patreon' small color='$borderColor' />
|
||||||
<Text>Patreon</Text>
|
<Text>Patreon</Text>
|
||||||
</XStack>
|
</XStack>
|
||||||
|
<XStack
|
||||||
|
alignItems='center'
|
||||||
|
onPress={() => Linking.openURL('https://ko-fi.com/jellify')}
|
||||||
|
>
|
||||||
|
<Icon name='coffee-outline' small color='$borderColor' />
|
||||||
|
<Text>Ko-fi</Text>
|
||||||
|
</XStack>
|
||||||
</XStack>
|
</XStack>
|
||||||
<PatronsList patrons={patrons} />
|
<PatronsList patrons={patrons} />
|
||||||
</YStack>
|
</YStack>
|
||||||
|
|||||||
Reference in New Issue
Block a user