feat: Change gitea link to github link

hat csak ennyi
This commit is contained in:
Cubebanyasz
2025-02-23 22:34:20 +01:00
parent 341215527a
commit ea1fb238ed

View File

@@ -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),