1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-21 23:35:05 +00:00

use favicon as apple-touch-icon

This commit is contained in:
thomasrosen 2021-01-23 22:27:17 +01:00
parent dd343b87a3
commit aa06b1f8a6

View file

@ -9,7 +9,7 @@
name="description"
content="Combine your photo with a Volt Frame for Social Media 💜"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/volt-logo-white-192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/