From 7da24d23321f880e854e663dcceb0e5053259ec1 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman <muhammed.rahman17@imperial.ac.uk> Date: Tue, 5 Nov 2019 10:49:13 +0000 Subject: [PATCH] Fix icon compatibility with IOS --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index 4e55a36..313dd88 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8" /> <link rel="manifest" href="manifest.json" /> <link rel="shortcut icon" href="logo.png" /> + <link rel="apple-touch-icon" href="logo.png" /> <link rel="stylesheet" href="styles.css" /> <link -- GitLab