Update Help and About links

This commit is contained in:
Elias Bonnici 2024-04-18 09:25:47 +02:00
parent 42250e9814
commit 7d6df2f186
No known key found for this signature in database
GPG Key ID: 5EAC28EA3F980CCF

View File

@ -16,15 +16,9 @@
import 'package:url_launcher/url_launcher.dart';
import '../core/state.dart';
void launchDocumentationUrl() => _launchUrl('https://yubi.co/ya-documentation');
void launchDocumentationUrl() => _launchUrl(isAndroid
? 'https://yubi.co/ya-feedback-android'
: 'https://yubi.co/ya-feedback-desktop');
void launchHelpUrl() => _launchUrl(isAndroid
? 'https://yubi.co/ya-help-android'
: 'https://yubi.co/ya-help-desktop');
void launchHelpUrl() => _launchUrl('https://yubi.co/ya-support');
void launchTermsUrl() => _launchUrl('https://yubi.co/terms');