Skip to content

Commit a291068

Browse files
committed
Change favicon
1 parent ad9157b commit a291068

File tree

4 files changed

+6
-17
lines changed

4 files changed

+6
-17
lines changed
1.14 KB
Loading

frontend-react/public/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/bsv-favicon.svg" type="image/svg+xml" />
6-
<link rel="shortcut icon" href="%PUBLIC_URL%/bsv-favicon.svg" type="image/svg+xml" />
7-
<link rel="alternate icon" href="%PUBLIC_URL%/favicon.ico" />
5+
<link rel="icon" href="%PUBLIC_URL%/bsv-triangle-favicon.webp" type="image/webp" />
6+
<link rel="shortcut icon" href="%PUBLIC_URL%/bsv-triangle-favicon.webp" type="image/webp" />
87
<meta name="viewport" content="width=device-width, initial-scale=1" />
98
<meta name="theme-color" content="#1B1EA9" />
109
<meta
1110
name="description"
1211
content="Teranode P2P Network Monitor - Real-time monitoring of BSV Blockchain network messages. Powered by BSV Association."
1312
/>
14-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/bsv-favicon.svg" />
13+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/bsv-triangle-favicon.webp" />
1514
<link rel="preconnect" href="https://fonts.googleapis.com">
1615
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1716
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">

frontend-react/public/manifest.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,14 @@
33
"name": "Teranode P2P Monitor - BSV Association",
44
"icons": [
55
{
6-
"src": "favicon.ico",
7-
"sizes": "64x64 32x32 24x24 16x16",
8-
"type": "image/x-icon"
6+
"src": "bsv-triangle-favicon.webp",
7+
"type": "image/webp",
8+
"sizes": "32x32"
99
},
1010
{
1111
"src": "bsv-favicon.svg",
1212
"type": "image/svg+xml",
1313
"sizes": "any"
14-
},
15-
{
16-
"src": "logo192.png",
17-
"type": "image/png",
18-
"sizes": "192x192"
19-
},
20-
{
21-
"src": "logo512.png",
22-
"type": "image/png",
23-
"sizes": "512x512"
2414
}
2515
],
2616
"start_url": ".",
File renamed without changes.

0 commit comments

Comments
 (0)