Skip to content

Commit

Permalink
updated favicon and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshreddy007 committed Jul 24, 2020
1 parent e1218ad commit 98b8abc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
yarn.lock
package-lock.json
.netlify
build
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Covid19-tracker Build with React

Wanna have Look at the project [Covid19-Tracker](https://covid19-traker.netlify.app/)
API [Link](https://corona.lmao.ninja/docs/#/)
Here it is how it looks like

![covid](covid.png)
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Covid19-Tracker</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 98b8abc

Please sign in to comment.