Skip to content

Commit

Permalink
Fix icon for mac/iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Apr 19, 2024
1 parent 1034ae4 commit 96f0606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%BASE_URL%favicon.ico" />
<link rel="apple-touch-icon" href="/logo512.png" sizes="512x512" />
<link rel="apple-touch-icon" href="%BASE_URL%logo512.png" sizes="512x512" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#6c4bc1" />
<title>micro:bit Python Editor</title>
Expand Down

0 comments on commit 96f0606

Please sign in to comment.