From 52e5dcd0266d8bb1ce4ae0624780a9df2d67dd2a Mon Sep 17 00:00:00 2001 From: Daniel Nagel Date: Mon, 23 Oct 2023 22:42:41 +0200 Subject: [PATCH] Update links to GH in faq.dart --- app/lib/pages/faq.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/lib/pages/faq.dart b/app/lib/pages/faq.dart index 83fa0ba8..ad146c6d 100644 --- a/app/lib/pages/faq.dart +++ b/app/lib/pages/faq.dart @@ -151,11 +151,11 @@ class _FAQ extends State { maxLines: 1, ), trailing: FaIcon( - FontAwesomeIcons.gitlab, + FontAwesomeIcons.github, color: Theme.of(context).iconTheme.color, ), onTap: () => _launchURL( - 'https://gitlab.com/mobilemovement/adonify/' + 'https://github.com/quantumphysique/trale/' ), ), Divider(height: 2 * TraleTheme.of(context)!.padding),