diff options
author | Anton Tananaev <anton@traccar.org> | 2023-08-26 15:55:52 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2023-08-26 15:55:52 -0700 |
commit | 42166d2a394a7dad1811914fb27e5c3c4ea7467d (patch) | |
tree | 872277f2d541e423f0a1bdddeeaf1dbb0038f3a4 /modern/index.html | |
parent | 2a20201c1a3bced556f9b6d45f9aaf86439f9cb3 (diff) | |
download | trackermap-web-42166d2a394a7dad1811914fb27e5c3c4ea7467d.tar.gz trackermap-web-42166d2a394a7dad1811914fb27e5c3c4ea7467d.tar.bz2 trackermap-web-42166d2a394a7dad1811914fb27e5c3c4ea7467d.zip |
Update app icons
Diffstat (limited to 'modern/index.html')
-rw-r--r-- | modern/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/index.html b/modern/index.html index 9c5a92f7..1aae6746 100644 --- a/modern/index.html +++ b/modern/index.html @@ -2,11 +2,11 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="${colorPrimary}" /> <meta name="description" content="${description}" /> - <link rel="apple-touch-icon" href="/logo192.png" /> + <link rel="icon" href="/favicon.ico" /> + <link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" sizes="180x180" /> <link rel="manifest" href="/manifest.json" /> <link rel="stylesheet" href="/styles.css"> <title>${title}</title> |