Fix issues with aboutUs urls

This commit is contained in:
Shawn 2022-12-12 10:12:50 -07:00
parent 7c52440feb
commit bb911cc5d6

View File

@ -54,14 +54,14 @@ class AboutDialogContent extends StatelessWidget {
}), }),
...buildSpan('\n\n'), ...buildSpan('\n\n'),
...buildSpan('${$strings.homeMenuAboutLearn('{wonderousUrl}')} ', linkSupplants: { ...buildSpan('${$strings.homeMenuAboutLearn('{wonderousUrl}')} ', linkSupplants: {
'{wonderousUrl}': [$strings.homeMenuAboutApp, 'https://wonderous.app'], '{wonderousUrl}': [$strings.homeMenuAboutApp, 'https://flutter.gskinner.com/wonderous/'],
}), }),
...buildSpan($strings.homeMenuAboutSource('{githubUrl}'), linkSupplants: { ...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.', ...buildSpan(' As explained in our {privacyUrl} we do no collect any personal information.',
linkSupplants: { linkSupplants: {
'{privacyUrl}': ['Privacy Policy', 'https://flutter.gskinner.com/privacy'], '{privacyUrl}': ['Privacy Policy', 'https://flutter.gskinner.com/wonderous/privacy/'],
}), }),
...buildSpan('\n\n'), ...buildSpan('\n\n'),
...buildSpan('${$strings.homeMenuAboutPublic('{metUrl}')} ', linkSupplants: { ...buildSpan('${$strings.homeMenuAboutPublic('{metUrl}')} ', linkSupplants: {