From 9fdaaede1bb338fb93acc7cd45c21cbb3a48f7cc Mon Sep 17 00:00:00 2001 From: Shawn Date: Thu, 1 Sep 2022 15:41:54 -0600 Subject: [PATCH] Fix github url for about screen --- lib/ui/screens/home_menu/about_dialog_content.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/screens/home_menu/about_dialog_content.dart b/lib/ui/screens/home_menu/about_dialog_content.dart index 1303cb62..2feb1ac9 100644 --- a/lib/ui/screens/home_menu/about_dialog_content.dart +++ b/lib/ui/screens/home_menu/about_dialog_content.dart @@ -56,7 +56,7 @@ class AboutDialogContent extends StatelessWidget { }), ...buildSpan('\n\n'), ...buildSpan($strings.homeMenuAboutSource, linkSupplants: { - '{githubUrl}': [$strings.homeMenuAboutRepo, 'https://github.com/gskinnerTeam/flutter-wonders-app'], + '{githubUrl}': [$strings.homeMenuAboutRepo, 'https://github.com/gskinnerTeam/flutter-wonderous-app'], }), ...buildSpan('\n\n'), ...buildSpan($strings.homeMenuAboutPublic, linkSupplants: {