Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Move favicons to root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Pablo Rinaldi committed Nov 9, 2022
1 parent 7ba8b68 commit 554e83d
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/views/layouts/_favicon.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/images/icon-32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/icon-16.png" sizes="16x16">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#3a3f44">
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/icon-32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/icon-16.png" sizes="16x16">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#3a3f44">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="theme-color" content="#ffffff">
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion public/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="images/mstile-150.png"/>
<square150x150logo src="mstile-150.png"/>
<TileColor>#3a3f44</TileColor>
</tile>
</msapplication>
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 554e83d

Please sign in to comment.