index.html: fix apple-touch-icon for beta

Beta uses a different icon, so we need to account for that.
This commit is contained in:
David Lechner
2022-11-19 16:58:27 -06:00
committed by David Lechner
parent ea84c48159
commit 0d1bc4c9fa
+1 -1
View File
@@ -9,7 +9,7 @@
name="description"
content="Pybricks Powered Up Web IDE"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192%REACT_APP_SUFFIX%.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/