Skip to content

Commit 9f02dbc

Browse files
committed
removed unimportant files
1 parent 518d476 commit 9f02dbc

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

public/_redirects 2

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/favicon.ico

-3.78 KB
Binary file not shown.

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<!-- For iphone notch -->
1515
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
1616
<link rel="icon" href="%PUBLIC_URL%/favicon.png" sizes="any" type="image/png">
17+
1718
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.png">
1819
<link rel="preconnect" href="https://fonts.googleapis.com">
1920
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

public/logo192.png

-5.22 KB
Binary file not shown.

public/logo512.png

-9.44 KB
Binary file not shown.

public/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"name": "Create React App Sample",
44
"icons": [
55
{
6-
"src": "",
6+
"src": "favicon.png",
77
"sizes": "64x64 32x32 24x24 16x16",
88
"type": "image/x-icon"
99
},
1010
{
11-
"src": "code.svg",
11+
"src": "favicon.png",
1212
"type": "image/png",
1313
"sizes": "192x192"
1414
},
1515
{
16-
"src": "code.svg",
16+
"src": "favicon.png",
1717
"type": "image/png",
1818
"sizes": "512x512"
1919
}

0 commit comments

Comments
 (0)