chore: favicon
@@ -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
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 832 B After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
BIN
web/public/logo.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||