From 86bdb8a1f86f15da1a90494031eb15bb088fc7d1 Mon Sep 17 00:00:00 2001 From: wunderfisch Date: Mon, 9 Sep 2024 20:46:41 +0200 Subject: [PATCH] adds a button leading to faq on website to about section in the app --- components/settings/About.js | 4 ++++ i18n/en.json | 4 +++- i18n/en/links.js | 4 ++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/components/settings/About.js b/components/settings/About.js index 0fbdf59..a8118b0 100644 --- a/components/settings/About.js +++ b/components/settings/About.js @@ -18,6 +18,10 @@ const AboutSection = () => { {t('intro.text')} + + {t('intro.contact')} {[links.email, links.gitlab, links.website].map((link) => (