Merge pull request #2998 from krille-chan/krille/more-efficient-icons

chore: Follow up new logo
pull/2999/head
Krille-chan 1 day ago committed by GitHub
commit 72cfcda8a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

@ -109,7 +109,7 @@ class IntroPage extends StatelessWidget {
child: Hero(
tag: 'info-logo',
child: Image.asset(
'./assets/logo/img/logo_favicon.png',
'./assets/logo/img/logo_favicon_mini.png',
width: 156,
height: 156,
),
@ -117,7 +117,7 @@ class IntroPage extends StatelessWidget {
),
Center(
child: Image.asset(
'./assets/logo/img/logo_font.png',
'./assets/logo/img/logo_font_mini.png',
width: 156,
),
),

@ -42,7 +42,7 @@ class LoginView extends StatelessWidget {
child: Hero(
tag: 'info-logo',
child: Image.asset(
'./assets/logo/img/logo_favicon.png',
'./assets/logo/img/logo_favicon_mini.png',
width: 192,
height: 192,
),

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

@ -29,6 +29,8 @@
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="16x16" href="favicon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/Icon-32.png">
<link rel="icon" type="image/png" sizes="48x48" href="icons/Icon-48.png">
<title>FluffyChat</title>
<link rel="manifest" href="manifest.json">

Loading…
Cancel
Save