Skip to content

Commit 93b33b8

Browse files
authored
chore(client): application icon [ci skip] (#190)
1 parent 90a0a91 commit 93b33b8

File tree

2 files changed

+209
-1
lines changed

2 files changed

+209
-1
lines changed

packages/client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
6+
<link rel="icon" href="/logo.svg" type="image/svg+xml" />
77
<title>Vue DevTools Client</title>
88
<script src="/color-scheme.js"></script>
99
</head>

packages/client/public/logo.svg

Lines changed: 208 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)