feat: Change gitea link to github link
hat csak ennyi
This commit is contained in:
@@ -927,9 +927,9 @@ class SettingsScreenState extends State<SettingsScreen>
|
||||
size: 22.0,
|
||||
color: AppColors.of(context).text.withOpacity(0.95),
|
||||
),
|
||||
title: const Text("Gitea"),
|
||||
title: const Text("GitHub"),
|
||||
onPressed: () => launchUrl(
|
||||
Uri.parse("https://git.qwit.cloud/refilc/student-legacy"),
|
||||
Uri.parse("https://github.com/QwIT-Development/app-legacy"),
|
||||
mode: LaunchMode.externalApplication),
|
||||
borderRadius: const BorderRadius.vertical(
|
||||
top: Radius.circular(4.0),
|
||||
|
||||
Reference in New Issue
Block a user