Update desktop_setting_page.dart

Use real copyright symbol ©
This commit is contained in:
KoalaBear84 2022-11-17 08:57:53 +01:00 committed by GitHub
parent 634a838dc9
commit 1e2429b2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1075,7 +1075,7 @@ class _AboutState extends State<_About> {
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
Text( Text(
'Copyright &copy; 2022 Purslane Ltd.\n$license', 'Copyright © 2022 Purslane Ltd.\n$license',
style: const TextStyle(color: Colors.white), style: const TextStyle(color: Colors.white),
), ),
const Text( const Text(