Merge pull request #1292 from jonathanKingston/fix-missing-favicon
Add in missing favicon. Fixes #1285
This commit is contained in:
commit
a2995b6c66
2 changed files with 9 additions and 1 deletions
8
src/img/blank-favicon.svg
Normal file
8
src/img/blank-favicon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 61 KiB |
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue