diff --git a/package.json b/package.json index 601fd1b..ae3ad3d 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "next": "^7.0.2", "react": "^16.6.1", "react-dom": "^16.6.1", + "react-favicon": "^0.0.14", "react-notify-toast": "^0.5.0", "react-redux": "^5.1.1", "reactstrap": "^6.5.0", diff --git a/pages/_app.js b/pages/_app.js index 39529b0..892f891 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -3,6 +3,7 @@ import React from 'react'; import { Provider } from 'react-redux'; import withReduxStore from '../js/redux/reduxStoreBinder'; import Notifications from 'react-notify-toast'; +import Favicon from 'react-favicon'; class TurniereApp extends App { @@ -11,6 +12,7 @@ class TurniereApp extends App { return ( + diff --git a/static/icons/favicon.ico b/static/icons/favicon.ico new file mode 100644 index 0000000..ed8c89a Binary files /dev/null and b/static/icons/favicon.ico differ diff --git a/yarn.lock b/yarn.lock index aa16d47..ad27f6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6431,6 +6431,11 @@ react-error-overlay@4.0.0: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-4.0.0.tgz#d198408a85b4070937a98667f500c832f86bd5d4" integrity sha512-FlsPxavEyMuR6TjVbSSywovXSEyOg6ZDj5+Z8nbsRl9EkOzAhEIcS+GLoQDC5fz/t9suhUXWmUrOBrgeUvrMxw== +react-favicon@^0.0.14: + version "0.0.14" + resolved "https://registry.yarnpkg.com/react-favicon/-/react-favicon-0.0.14.tgz#3c9c7b999d106e6e112f729ab929b8dbec05b280" + integrity sha512-dE1Q13jgc5/Z49G3O3LSdJ87XGK6I4sIYmx3+ROYOEkt0wcrdP9J5wf2oDLtq7D9bOm0j62HAWP+DoofjsHNJQ== + react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1: version "16.8.6" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"