fix: update copyright year in about page
Some checks failed
/ mirror (push) Successful in 4s
/ build (push) Has been cancelled
/ build-stealth (push) Has been cancelled

This commit is contained in:
AlexisDanlos 2025-03-22 23:14:36 +01:00
parent 0023f1a7c5
commit 051ce4680a

View File

@ -192,7 +192,7 @@ class _AboutPageState extends State<AboutPage> {
),
SizedBox(height: 12),
Text(
'© 2023 Icing Organization. All Rights Reserved.',
'© 2025 Icing Organization. All Rights Reserved.',
style: TextStyle(color: Colors.grey, fontSize: 12),
),
],