fix(frontend): theme-color meta tag (#2420)

* fix(frontend): theme-color meta tag

* fix(frontend): add theme-color to offline.html

* fix(frontend): reorder application-name meta tag instead

* fix(lang): regenerate strings

* refactor: optimize Trakt logo SVG
This commit is contained in:
TheCatLady
2022-01-14 16:12:28 -08:00
committed by GitHub
parent 88536b1f9d
commit ff28c9bfeb
4 changed files with 8 additions and 8 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#1f2937" />
<title>You are offline</title>