Skip to content

Commit 48d768a

Browse files
committed
update icon and metadata
1 parent 8b7f36e commit 48d768a

13 files changed

+37
-35
lines changed

public/android-chrome-192x192.png

32.7 KB
Loading

public/android-chrome-256x256.png

52 KB
Loading

public/apple-touch-icon.png

22.5 KB
Loading

public/browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

public/favicon-16x16.png

1.15 KB
Loading

public/favicon-32x32.png

2.54 KB
Loading

public/favicon.ico

-7.13 KB
Binary file not shown.

public/index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
5+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
6+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
7+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
8+
<link rel="manifest" href="/site.webmanifest">
9+
<meta name="msapplication-TileColor" content="#da532c">
10+
<meta name="theme-color" content="#ffffff">
11+
612
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="theme-color" content="#000000" />
813
<meta
914
name="description"
10-
content="Web site created using create-react-app"
15+
content="Moeoverflow official website."
1116
/>
12-
<link rel="apple-touch-icon" href="logo192.png" />
13-
<!--
14-
manifest.json provides metadata used when your web app is installed on a
15-
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
16-
-->
17-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1817
<!--
1918
Notice the use of %PUBLIC_URL% in the tags above.
2019
It will be replaced with the URL of the `public` folder during the build.
@@ -24,7 +23,7 @@
2423
work correctly both with client-side routing and a non-root public URL.
2524
Learn how to configure a non-root public URL by running `npm run build`.
2625
-->
27-
<title>React App</title>
26+
<title>MOEOVERFLOW</title>
2827
</head>
2928
<body>
3029
<noscript>You need to enable JavaScript to run this app.</noscript>

public/logo192.png

-8.38 KB
Binary file not shown.

public/logo512.png

-22.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)