Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed assets/banner2021.png
Binary file not shown.
Binary file added assets/banner2022.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/contributors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class Contributor extends StatelessWidget {
),
background: Center(
child: Image.asset(
'assets/banner2021.png',
'assets/banner2022.png',
height: 180.0,
),
),
Expand Down
2 changes: 1 addition & 1 deletion lib/welcome.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class _WelcomeState extends State<Welcome> 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,
Expand Down