Cleanup about dialog

This commit is contained in:
Shawn 2022-12-12 09:33:26 -07:00
parent 883bfaed88
commit da99b66301

View File

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