Add in missing favicon. Fixes #1285

This commit is contained in:
Jonathan Kingston
2018-10-21 21:13:57 +01:00
parent 220b902144
commit 56fc7407da
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const DEFAULT_FAVICON = "moz-icon://goat?size=16";
const DEFAULT_FAVICON = "/img/blank-favicon.svg";
// TODO use export here instead of globals
window.Utils = {