From da99b66301ff56734bb3cf771aa5302bd420683f Mon Sep 17 00:00:00 2001 From: Shawn Date: Mon, 12 Dec 2022 09:33:26 -0700 Subject: [PATCH] Cleanup about dialog --- lib/ui/screens/home_menu/about_dialog_content.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/ui/screens/home_menu/about_dialog_content.dart b/lib/ui/screens/home_menu/about_dialog_content.dart index 28291763..7d082292 100644 --- a/lib/ui/screens/home_menu/about_dialog_content.dart +++ b/lib/ui/screens/home_menu/about_dialog_content.dart @@ -57,10 +57,7 @@ class AboutDialogContent extends StatelessWidget { '{wonderousUrl}': [$strings.homeMenuAboutApp, 'https://wonderous.app'], }), ...buildSpan($strings.homeMenuAboutSource('{githubUrl}'), linkSupplants: { - '{githubUrl}': [ - '${$strings.homeMenuAboutRepo}', - 'https://github.com/gskinnerTeam/flutter-wonderous-app' - ], + '{githubUrl}': [($strings.homeMenuAboutRepo), 'https://github.com/gskinnerTeam/flutter-wonderous-app'], }), ...buildSpan(' As explained in our {privacyUrl} we do no collect any personal information.', linkSupplants: {