Skip to content

Commit 4c0f847

Browse files
authored
fix: update manifest (#1802)
* fix: update manifest * fix: favicons * fix: update meta and favicon
1 parent 9ca1851 commit 4c0f847

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<meta name="theme-color" content="#000000" />
88
<meta
99
name="description"
10-
content="Web site created using create-react-app"
10+
content="Rapidly build & launch informational sites"
1111
/>
1212
<link
1313
href="https://cdn.jsdelivr.net/npm/boxicons@2.0.4/css/boxicons.min.css"
1414
rel="stylesheet"
1515
/>
16-
<link rel="apple-touch-icon" href="logo192.png" />
16+
<link rel="apple-touch-icon" href="img/favicon.png" />
1717
<!--
1818
manifest.json provides metadata used when your web app is installed on a
1919
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/

public/manifest.json

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

0 commit comments

Comments
 (0)