adds a button leading to faq on website to about section in the app

This commit is contained in:
wunderfisch
2024-09-09 20:46:41 +02:00
parent 5bc6be7849
commit 86bdb8a1f8
3 changed files with 11 additions and 1 deletions
+4
View File
@@ -18,6 +18,10 @@ const AboutSection = () => {
<AppPage title={t('title')}>
<Segment>
<AppText>{t('intro.text')}</AppText>
<Button isCTA isSmall onPress={() => Linking.openURL(links.faq.url)}>
{t('intro.faq')}
</Button>
<AppText>{t('intro.contact')}</AppText>
<ButtonRow>
{[links.email, links.gitlab, links.website].map((link) => (
<Button