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:
Kristjan ESPERANTO
2026-01-05 10:51:43 +01:00
committed by GitHub
parent 40301f2a59
commit 9731ea28eb
5 changed files with 8 additions and 3 deletions

View File

@@ -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" />