chore: favicon

This commit is contained in:
Aslam H
2024-10-08 16:32:19 +07:00
parent 94be662fc2
commit bd1ba3bdba
10 changed files with 5 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ const LogoAndSearch: React.FC = React.memo(() => {
<div className="px-3"> <div className="px-3">
<div className="mt-2 flex h-10 max-w-full items-center"> <div className="mt-2 flex h-10 max-w-full items-center">
<Link to="/" className="px-2"> <Link to="/" className="px-2">
<LogoIcon className="size-7" /> <img src="/logo.png" alt="Learn Anything" className="size-7" />
</Link> </Link>
<div className="flex min-w-2 grow flex-row" /> <div className="flex min-w-2 grow flex-row" />
<Link <Link

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 832 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

BIN
web/public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,6 +1,6 @@
{ {
"name": "", "name": "Learn Anything",
"short_name": "", "short_name": "LA",
"icons": [ "icons": [
{ {
"src": "/android-chrome-192x192.png", "src": "/android-chrome-192x192.png",
@@ -13,7 +13,7 @@
"type": "image/png" "type": "image/png"
} }
], ],
"theme_color": "#ffffff", "theme_color": "#000000",
"background_color": "#ffffff", "background_color": "#000000",
"display": "standalone" "display": "standalone"
} }