Add a Safari Pinned Tab Icon (#8983)

Icon adopted from grafana_icon.svg

Reference document:
https://developer.apple.com/library/content/documentation/AppleApplicati
ons/Reference/SafariWebContent/pinnedTabs/pinnedTabs.html
This commit is contained in:
Patrick Tescher 2017-08-07 00:39:36 -07:00 committed by Torkel Ödegaard
parent 4f9cfcd632
commit c082372ffe
2 changed files with 13 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -17,6 +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">
<base href="[[.AppSubUrl]]/" />
</head>