Skip to content

Commit 9876c14

Browse files
committed
fix: add PNG favicon fallback to dashboard index.html
1 parent 115b87a commit 9876c14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli/dashboard/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
3434

3535
<!-- Favicon -->
36+
<link rel="icon" href="/favicon.png" sizes="32x32" />
3637
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
3738
<link rel="icon" type="image/png" sizes="32x32" href="/brand/favicons/favicon-32.png" />
3839
<link rel="icon" type="image/png" sizes="16x16" href="/brand/favicons/favicon-16.png" />

0 commit comments

Comments
 (0)