Skip to content

Commit

Permalink
Add Discord link in about
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Jul 18, 2023
1 parent d7b207d commit 8389d6f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions apps/app/app/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function About() {
<Paragraph>Found a bug or want to suggest a feature ?</Paragraph>
<Heart color="$red9" />
</XStack>
<XStack mx="auto">
<XStack mx="auto" mt="$4">
<Button
icon={ExternalLink}
iconAfter={Github}
Expand All @@ -45,7 +45,15 @@ export default function About() {
)
}
>
<Paragraph>Open an issue on Github.</Paragraph>
<Paragraph>Open an issue on Github</Paragraph>
</Button>
</XStack>
<XStack mx="auto" mt="$4">
<Button
icon={ExternalLink}
onPress={() => openExternalLink('https://discord.gg/6HxCV4aGdy')}
>
<Paragraph>Join us on Discord</Paragraph>
</Button>
</XStack>
</YStack>
Expand Down

0 comments on commit 8389d6f

Please sign in to comment.