Skip to content

Commit 79bc24f

Browse files
committed
fix ico
1 parent 3efbc0c commit 79bc24f

13 files changed

+26
-63
lines changed

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Hexlet Products Store</title>
77
</head>
8-
<body id="root">
9-
10-
</body>
8+
<body id="root"></body>
119
<script type="module" src="./src/index.tsx"></script>
1210
</html>

public/apple-touch-icon.png

3.49 KB
Loading

public/favicon-96x96.png

1.73 KB
Loading

public/favicon.ico

11 KB
Binary file not shown.

public/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

public/index.html

Lines changed: 0 additions & 35 deletions
This file was deleted.

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: 0 additions & 25 deletions
This file was deleted.

public/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Hexlet Products Store",
3+
"short_name": "Store",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}

0 commit comments

Comments
 (0)