Skip to content

Commit c015b5f

Browse files
committed
chore: add favicon
1 parent 573d416 commit c015b5f

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

public/favicon.ico

3.08 KB
Binary file not shown.

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
67
<meta name="theme-color" content="#000000" />
78
<title>React Theme Switcher - Example</title>
89
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@700&family=Roboto:wght@400;500&display=swap" rel="stylesheet">

public/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"icons": [
3+
{
4+
"src": "favicon.ico",
5+
"sizes": "64x64 32x32 24x24 16x16",
6+
"type": "image/x-icon"
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)