diff options
author | eug-vs <eug-vs@keemail.me> | 2020-08-24 22:07:41 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-08-24 22:07:41 +0300 |
commit | 18f71aff2c4161792aa2857d0e1b18cf402e55f6 (patch) | |
tree | e30b5f131ac652a5783983aa576a7a27b24a8440 /public/index.html | |
parent | 05fffdb177ca74d5d73fb19df7fa067435e0bea1 (diff) | |
download | which-ui-18f71aff2c4161792aa2857d0e1b18cf402e55f6.tar.gz |
fix: remove wrong sizes
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 9769c3a..c921a87 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#00796b" /> <meta name="description" content="Social webapp based on choosing between two options." /> - <link rel="icon" type="image/png" sizes="16x16" href="./which-logo-64.png" /> + <link rel="icon" type="image/png" href="./which-logo-64.png" /> <link rel="apple-touch-icon" href="./which-logo-144.png" /> <link rel="manifest" href="./manifest.json" /> <title>Which</title> |