Merge pull request #5196 from opf/fix/24459-update-favicon-to-new-color
[24459] Update Favicon to new colorpull/5198/head
commit
9d7c739bb9
Before Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 15 KiB |
@ -1,6 +1,6 @@ |
||||
<%= favicon_link_tag 'favicon.ico' %> |
||||
|
||||
<%# In the future we can add more sizes should we see 404 errors in the logs. %> |
||||
<%= favicon_link_tag "apple-touch-icon-120x120-precomposed.png", rel: 'apple-touch-icon', |
||||
<%= favicon_link_tag "apple-touch-icon-120x120.png", rel: 'apple-touch-icon', |
||||
type: 'image/png', |
||||
sizes: "120x120" %> |
||||
|
Loading…
Reference in new issue