techfreakworm commited on
Commit
c40f1b6
·
unverified ·
1 Parent(s): 1dba6d5

feat(web): ember-glow favicon

Browse files
Files changed (2) hide show
  1. web/index.html +1 -0
  2. web/public/favicon.svg +10 -0
web/index.html CHANGED
@@ -3,6 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
6
  <title>Chatterbox Voice Studio</title>
7
  <link rel="preconnect" href="https://fonts.googleapis.com" />
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
 
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
7
  <title>Chatterbox Voice Studio</title>
8
  <link rel="preconnect" href="https://fonts.googleapis.com" />
9
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
web/public/favicon.svg ADDED