Skip to content

Commit 09d9467

Browse files
favicon added
1 parent 556867c commit 09d9467

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

public/favicon.ico

-3.78 KB
Binary file not shown.

public/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
5+
<link rel="icon" href="%PUBLIC_URL%/logo192.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
8-
<meta
9-
name="description"
10-
content="Web site created using create-react-app"
11-
/>
8+
<meta name="description" title="Android club Vit Ap" content=" Android Club Vit ap" />
129
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1310
<!--
1411
manifest.json provides metadata used when your web app is installed on a
@@ -24,7 +21,7 @@
2421
work correctly both with client-side routing and a non-root public URL.
2522
Learn how to configure a non-root public URL by running `npm run build`.
2623
-->
27-
<title>React App</title>
24+
<title> VITAP | ANDROID CLUB</title>
2825
</head>
2926
<body>
3027
<noscript>You need to enable JavaScript to run this app.</noscript>

public/logo192.png

2.08 KB
Loading

public/logo512.png

-9.44 KB
Binary file not shown.

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Create React App Sample",
44
"icons": [
55
{
6-
"src": "favicon.ico",
6+
"src": "logo192.png",
77
"sizes": "64x64 32x32 24x24 16x16",
88
"type": "image/x-icon"
99
},
@@ -22,4 +22,4 @@
2222
"display": "standalone",
2323
"theme_color": "#000000",
2424
"background_color": "#ffffff"
25-
}
25+
}

0 commit comments

Comments
 (0)