I'm trying to use patternfly-react for UI. I'm not sure how to add my favicon, normally in react we use
<link rel="icon" type="image/png" href="%PUBLIC_URL%/path/to/favicon.png">
But in patternfly-react we don't have any public folder and index.html is in src.
I tried <link rel="icon" type="image/png" href="favicon.png">
as my index.html file and favicon is in same folder i.e /src
.
Here are the screenshots of my tree and index.html
Any help would be appreciated. Thanks in advance