mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-06-20 02:37:15 +08:00
Fix github url for about screen
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user