diff --git a/.gitignore b/.gitignore index de300a8..71edc76 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +.VSCodeCounter* \ No newline at end of file diff --git a/README.md b/README.md index 69dcd47..ecfc0f4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo In the project directory, you can run: ### `npm start` - +32744 Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. diff --git a/package.json b/package.json index 8f6bfb6..afe3d01 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "build": "node scripts/build.js", "test": "node scripts/test.js" }, - "proxy": "http://127.0.0.1:12215/", + "proxy": "http://127.0.0.1:12215", "eslintConfig": { "extends": [ "react-app", diff --git a/public/favicon.ico b/public/favicon.ico index dae8205..7cf5f3f 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/static/favicon.png b/src/static/favicon.png index 311a064..7cf5f3f 100644 Binary files a/src/static/favicon.png and b/src/static/favicon.png differ