Fix github url for about screen

This commit is contained in:
Shawn 2022-09-01 15:41:54 -06:00
parent 86f18a5fef
commit 9fdaaede1b

View File

@ -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: {