Commit d0ddf767 by Sven Nierlein Committed by Torkel Ödegaard

Fix path to icon (#9276)

grafana_mask_icon.svg is located in the img/ folder.
parent 91541275
......@@ -17,7 +17,7 @@
[[end]]
<link rel="icon" type="image/png" href="[[.AppSubUrl]]/public/img/fav32.png">
<link rel="mask-icon" href="[[.AppSubUrl]]/public/grafana_mask_icon.svg" color="#F05A28">
<link rel="mask-icon" href="[[.AppSubUrl]]/public/img/grafana_mask_icon.svg" color="#F05A28">
<base href="[[.AppSubUrl]]/" />
</head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment