Fix path to icon (#9276)

grafana_mask_icon.svg is located in the img/ folder.
pull/9289/head
Sven Nierlein 8 years ago committed by Torkel Ödegaard
parent 915412754c
commit d0ddf76730
  1. 2
      public/views/index.html

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

Loading…
Cancel
Save