diff --git a/assets/banner2021.png b/assets/banner2021.png deleted file mode 100644 index 55a2667..0000000 Binary files a/assets/banner2021.png and /dev/null differ diff --git a/assets/banner2022.png b/assets/banner2022.png new file mode 100644 index 0000000..f2e1353 Binary files /dev/null and b/assets/banner2022.png differ diff --git a/lib/contributors.dart b/lib/contributors.dart index e6a62eb..9b19a01 100644 --- a/lib/contributors.dart +++ b/lib/contributors.dart @@ -248,7 +248,7 @@ class Contributor extends StatelessWidget { ), background: Center( child: Image.asset( - 'assets/banner2021.png', + 'assets/banner2022.png', height: 180.0, ), ), diff --git a/lib/welcome.dart b/lib/welcome.dart index 8bd5968..1060461 100644 --- a/lib/welcome.dart +++ b/lib/welcome.dart @@ -85,7 +85,7 @@ class _WelcomeState extends State with TickerProviderStateMixin { children: [ Padding( padding: const EdgeInsets.symmetric(horizontal: 8.0), - child: Image.asset('assets/banner2021.png'), + child: Image.asset('assets/banner2022.png'), ), FadeAnimation( 1.6,