Skip to content

Commit 1dc3ba3

Browse files
committed
180, 144 and 114 icon sizes included
1 parent 22db7dc commit 1dc3ba3

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

app/public/images/icons-114.png

8.92 KB
Loading

app/public/images/icons-144.png

11.4 KB
Loading

app/public/images/icons-180.png

15.7 KB
Loading

app/public/index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@
66
<meta name="mobile-web-app-capable" content="yes">
77
<meta name="apple-mobile-web-app-capable" content="yes">
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
9-
<meta
10-
name="description"
11-
content="Web site created using create-react-app"
12-
/>
9+
<meta name="description" content="ConMoney" />
1310

14-
<link rel="apple-touch-icon" href="./images/icons-512.png" />
11+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/images/icons-512.png" sizes="512x512" />
12+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/images/icons-180.png" sizes="180x180" />
13+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/images/icons-144.png" sizes="144x144" />
14+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/images/icons-114.png" sizes="114x114" />
15+
<link rel="icon" sizes="512x512" href="%PUBLIC_URL%/images/icons-512.png" />
16+
<link rel="icon" sizes="180x180" href="%PUBLIC_URL%/images/icons-180.png" />
17+
<link rel="icon" sizes="144x144" href="%PUBLIC_URL%/images/icons-144.png" />
18+
<link rel="icon" sizes="114x114" href="%PUBLIC_URL%/images/icons-114.png" />
1519
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
16-
<link rel="icon" href="%PUBLIC_URL%/images/icons-512.png" />
1720
<title>ConMoney</title>
1821
</head>
1922
<body>

0 commit comments

Comments
 (0)