Skip to content

Commit 6dcc99c

Browse files
authoredOct 6, 2024··
feat: update favicons (#434)
* feat: update favicon * feat: update favicon
1 parent 753d959 commit 6dcc99c

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed
 

‎docs/img/favicon.png

1.06 KB
Loading

‎web/public/apple-touch-icon.png

16.8 KB
Loading

‎web/public/favicon.ico

-1.37 KB
Binary file not shown.

‎web/public/logo192.png

1.54 KB
Loading

‎web/public/logo512.png

-30.4 KB
Loading

‎web/public/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"start_url": ".",
2222
"display": "standalone",
2323
"theme_color": "#00acd7",
24-
"background_color": "#ffffff"
24+
"background_color": "#1f1f1f"
2525
}

‎web/src/pages/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="description" content="Better Go Playground with syntax highlight support" />
99
<meta name="viewport" content="width=device-width, initial-scale=1" />
1010
<meta name="darkreader-lock" />
11-
<link rel="apple-touch-icon" href="/logo192.png" />
11+
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
1212
<link rel="manifest" href="/manifest.json" />
1313
<title>Better Go Playground</title>
1414
<style>

0 commit comments

Comments
 (0)
Please sign in to comment.