Skip to content

Commit 44f59f2

Browse files
committed
app icon image
changed favicon.ico into another image
1 parent f365f89 commit 44f59f2

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/forecastPro-1.jpeg

6.77 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="%PUBLIC_URL%/favicon.ico" />
5+
<link rel="icon" href="%PUBLIC_URL%/forecastPro-1.jpeg" />
66
<link rel="preconnect" href="https://fonts.googleapis.com" />
77
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
88
<link

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Create React App Sample",
44
"icons": [
55
{
6-
"src": "favicon.ico",
6+
"src": "forecastPro-1.jpeg",
77
"sizes": "64x64 32x32 24x24 16x16",
88
"type": "image/x-icon"
99
},

0 commit comments

Comments
 (0)