mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Update PWA logo references in manifest and head partials
This commit is contained in:
@@ -19,12 +19,12 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="Maybe">
|
||||
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="msapplication-TileColor" content="#F9F9F9">
|
||||
<meta name="theme-color" content="#F9F9F9">
|
||||
|
||||
<link rel="manifest" href="<%= pwa_manifest_path %>">
|
||||
<link rel="apple-touch-icon" href="/logo-pwa.png">
|
||||
<link rel="apple-touch-icon" sizes="512x512" href="/icon.png">
|
||||
<link rel="apple-touch-icon" sizes="512x512" href="/logo-pwa.png">
|
||||
|
||||
<%= yield :head %>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user