We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a671bf3 commit e807b5dCopy full SHA for e807b5d
public/index.html
@@ -9,7 +9,7 @@
9
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
10
-->
11
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
12
- <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
+ <link rel="shortcut icon" href="%PUBLIC_URL%/ilfs.ico">
13
<!--
14
Notice the use of %PUBLIC_URL% in the tags above.
15
It will be replaced with the URL of the `public` folder during the build.
@@ -19,7 +19,7 @@
19
work correctly both with client-side routing and a non-root public URL.
20
Learn how to configure a non-root public URL by running `npm run build`.
21
22
- <title>React App</title>
+ <title>POC</title>
23
</head>
24
<body>
25
<noscript>
0 commit comments