Skip to content

Commit 8c2624d

Browse files
committed
Update favicon and manifest to use new icon asset
1 parent 221d528 commit 8c2624d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

public/Newicon.png

117 KB
Loading

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="./assets/DevDisplayLOGO/ICON.png" />
5+
<link rel="icon" href="./assets/DevDisplayLOGO/Newicon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta name="description" content="The First Global Platform for Developers to Fulfill All Their Tech Needs." />

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": "favicon.ico",
6+
"src": "Newicon.png",
77
"sizes": "64x64 32x32 24x24 16x16",
88
"type": "image/x-icon"
99
},
1010
{
11-
"src": "logo192.png",
11+
"src": "Newicon.png",
1212
"type": "image/png",
1313
"sizes": "192x192"
1414
},
1515
{
16-
"src": "logo512.png",
16+
"src": "public/assets/DevDisplayLOGO/Newicon.png",
1717
"type": "image/png",
1818
"sizes": "512x512"
1919
}

0 commit comments

Comments
 (0)