From c76644323fdcfcb1da95b0bb0a5df2c70c6f4ac1 Mon Sep 17 00:00:00 2001 From: Ryan Kraus <rmkraus@gmail.com> Date: Tue, 14 Apr 2015 01:44:39 -0400 Subject: [PATCH] Updated the broken link to the apple-touch icon in the frontend. --- homeassistant/components/frontend/index.html.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/frontend/index.html.template b/homeassistant/components/frontend/index.html.template index c4da4f0369d..4844eb46760 100644 --- a/homeassistant/components/frontend/index.html.template +++ b/homeassistant/components/frontend/index.html.template @@ -15,8 +15,8 @@ <link rel='shortcut icon' href='/static/favicon.ico' /> <link rel='icon' type='image/png' href='/static/favicon-192x192.png' sizes='192x192'> - <link rel='apple-touch-icon' sizes='180x180' - href='/apple-icon-180x180.png'> + <link rel='apple-touch-icon' sizes='192x192' + href='/static/favicon-192x192.png'> <meta name='theme-color' content='#03a9f4'> </head> <body fullbleed> -- GitLab