mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-15 01:57:41 +00:00
fix(console): change console favicon (#7366)
* feat: initial favicon poc * feat: reload page if icons changed and we apply config --------- Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<title>ZITADEL • Console</title>
|
||||
<base href="/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
<link id="appFavicon" rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
<link rel="stylesheet" href="./assets/icons/line-awesome/css/line-awesome.min.css" />
|
||||
<link rel="manifest" href="manifest.webmanifest" />
|
||||
<meta name="theme-color" content="#e6768b" />
|
||||
|
Reference in New Issue
Block a user