From 051ce4680a51cdf8187fd831b104a06b17b8ad39 Mon Sep 17 00:00:00 2001 From: AlexisDanlos <91090088+AlexisDanlos@users.noreply.github.com> Date: Sat, 22 Mar 2025 23:14:36 +0100 Subject: [PATCH] fix: update copyright year in about page --- dialer/lib/features/about/about.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialer/lib/features/about/about.dart b/dialer/lib/features/about/about.dart index 0ba21ab..a46e7bc 100644 --- a/dialer/lib/features/about/about.dart +++ b/dialer/lib/features/about/about.dart @@ -192,7 +192,7 @@ class _AboutPageState extends State { ), SizedBox(height: 12), Text( - '© 2023 Icing Organization. All Rights Reserved.', + '© 2025 Icing Organization. All Rights Reserved.', style: TextStyle(color: Colors.grey, fontSize: 12), ), ],