site logo

This commit is contained in:
VividTruthKeeper 2022-07-27 20:15:42 +05:00
parent b7065344e8
commit 71286f6314
7 changed files with 33 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

9
public/favicon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 528 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

9
public/logo192.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 528 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

9
public/logo512.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 528 KiB

View File

@ -3,18 +3,18 @@
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"src": "favicon.svg",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"type": "image/svg"
},
{
"src": "logo192.png",
"type": "image/png",
"src": "logo192.svg",
"type": "image/svg",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"src": "logo512.svg",
"type": "image/svg",
"sizes": "512x512"
}
],