Skip to content

Commit eb46298

Browse files
feat: update icon
1 parent 113a3f9 commit eb46298

11 files changed

+21
-243
lines changed
-26.9 KB
Binary file not shown.
-63.7 KB
Binary file not shown.
-23.8 KB
Binary file not shown.
-805 Bytes
Binary file not shown.
-2.13 KB
Binary file not shown.

static/assets/images/favicon.ico

-15 KB
Binary file not shown.

static/assets/images/favicon.svg

+16
Loading

static/assets/images/logo-gh.svg

-150
This file was deleted.

static/assets/images/logo-marketing.svg

-67
This file was deleted.

static/assets/site.webmanifest

+4-9
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@
33
"short_name": "",
44
"icons": [
55
{
6-
"src": "assets/images/android-chrome-192x192.png",
7-
"sizes": "192x192",
8-
"type": "image/png"
9-
},
10-
{
11-
"src": "assets/images/android-chrome-512x512.png",
6+
"src": "assets/images/favicon.svg",
127
"sizes": "512x512",
13-
"type": "image/png"
8+
"type": "image/svg"
149
}
1510
],
16-
"theme_color": "#dd9821",
17-
"background_color": "#2D3133",
11+
"theme_color": "#31373D",
12+
"background_color": "#B23D41",
1813
"display": "standalone"
1914
}

views/head.tpl.html

+1-17
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,7 @@
2424
media="(prefers-color-scheme: dark)"
2525
/>
2626

27-
<link
28-
rel="apple-touch-icon"
29-
sizes="180x180"
30-
href="assets/images/apple-touch-icon.png"
31-
/>
32-
<link
33-
rel="icon"
34-
type="image/png"
35-
sizes="32x32"
36-
href="assets/images/favicon-32x32.png"
37-
/>
38-
<link
39-
rel="icon"
40-
type="image/png"
41-
sizes="16x16"
42-
href="assets/images/favicon-16x16.png"
43-
/>
27+
<link rel="icon" sizes="512x512" href="assets/images/favicon.svg" />
4428
<link rel="manifest" href="assets/site.webmanifest" />
4529
<link href="assets/vendor/source-sans-3.css" rel="stylesheet" />
4630
<link href="assets/css/app.dist.v0.1.6.css" rel="stylesheet" />

0 commit comments

Comments
 (0)