Fix favicon
authorChocobozzz <florian.bigard@gmail.com>
Sat, 4 Jun 2016 17:39:33 +0000 (19:39 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Sat, 4 Jun 2016 17:39:33 +0000 (19:39 +0200)
client/src/index.html

index c45ab6b6f0cc94df5145d4642e11eee17d5a884f..f2f601779a2446960e275229e62003b640320d96 100644 (file)
@@ -7,7 +7,7 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
 
-    <link rel="icon" href="/client/assets/favicon.ico" />
+    <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
 
     <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -->
     <script src="/client/assets/webtorrent/webtorrent.min.js"></script>