Skip to content

Commit 6d0a3c1

Browse files
committed
Coderabbit suggestions
Remove apple-touch-icon entry from webmanifest, fix Android icon mislabeling on line 33.
1 parent e1f9639 commit 6d0a3c1

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

app/views/layouts/shared/_head.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
3131
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
3232
<link rel="apple-touch-icon" sizes="512x512" href="/logo-pwa.png">
33-
<link rel="apple-touch-icon" sizes="192x192" href="/android-chrome-192x192.png">
33+
<link rel="icon" sizes="192x192" type="image/png" href="/android-chrome-192x192.png">
3434

3535
<%= yield :head %>
3636
</head>

public/site.webmanifest

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
"src": "/android-chrome-512x512.png",
1414
"sizes": "512x512",
1515
"type": "image/png"
16-
},
17-
{
18-
"src": "/apple-touch-icon.png",
19-
"sizes": "180x180",
20-
"type": "image/png",
21-
"purpose": "any"
2216
}
2317
],
2418
"theme_color": "#0B0B0B",

0 commit comments

Comments
 (0)