From: Chocobozzz <florian.bigard@gmail.com>
Date: Sat, 4 Jun 2016 17:39:33 +0000 (+0200)
Subject: Fix favicon
X-Git-Tag: v0.0.1-alpha~871
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fe3b20cdaf54125674afd3c3d0aa8e9411bb0722;p=oweals%2Fpeertube.git

Fix favicon
---

diff --git a/client/src/index.html b/client/src/index.html
index c45ab6b6f..f2f601779 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -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>