mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-06-09 03:34:51 +00:00
refactor: unify favicon for index.html and Electron (#4006)
In #3407 we already talked about unifying them. - Create SVG favicon (better then png) - Replace base64 placeholder in index.html with SVG favicon - Update electron.js to use SVG favicon instead of mm2.png - Add favicon.svg to server static routes - Remove mm2.png
This commit is contained in:
committed by
GitHub
parent
40301f2a59
commit
9731ea28eb
@@ -10,7 +10,7 @@
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
|
||||
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
|
||||
<link rel="icon" href="favicon.svg" />
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/roboto.css" />
|
||||
<link rel="stylesheet" type="text/css" href="node_modules/animate.css/animate.min.css" />
|
||||
|
||||
Reference in New Issue
Block a user