Skip to content

Commit

Permalink
Update links to GH in faq.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii authored Oct 23, 2023
1 parent e668e0b commit 52e5dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/pages/faq.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ class _FAQ extends State<FAQ> {
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),
Expand Down

0 comments on commit 52e5dcd

Please sign in to comment.