Skip to content

Commit

Permalink
update capra logo (#1022)
Browse files Browse the repository at this point in the history
* update capra logo

* update

* update 2

* [BOT] Applying format.

---------

Co-authored-by: patates-cipsi418 <patates-cipsi418@users.noreply.github.com>
  • Loading branch information
patates-cipsi418 and patates-cipsi418 authored Jul 18, 2024
1 parent 958e3f4 commit 3610bbb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
Binary file added assets/images/capra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/capra_long.png
Binary file not shown.
19 changes: 11 additions & 8 deletions lib/features/more/about/about_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,17 @@ class _AboutViewState extends State<AboutView> with TickerProviderStateMixin {
),
),
if (_easterEggTrigger)
SizedBox(
width: 200,
height: 200,
child: Hero(
tag: 'capra',
child: Image.asset(
"assets/images/capra_long.png",
scale: 1.0,
Padding(
padding: const EdgeInsets.only(top: 32),
child: SizedBox(
width: 128,
height: 128,
child: Hero(
tag: 'capra',
child: Image.asset(
"assets/images/capra.png",
scale: 1.0,
),
),
),
),
Expand Down

0 comments on commit 3610bbb

Please sign in to comment.