diff options
author | Joffrey BION <joffrey.bion@gmail.com> | 2017-05-22 01:48:43 +0200 |
---|---|---|
committer | Joffrey BION <joffrey.bion@gmail.com> | 2017-05-22 01:48:43 +0200 |
commit | 1cf98c7048e055ca91d0853672a88c66177a74c0 (patch) | |
tree | 3bf2da0b86a784308bc24808b13503b575e849c8 /frontend/public/index.html | |
parent | Remove old experimental page (diff) | |
download | seven-wonders-1cf98c7048e055ca91d0853672a88c66177a74c0.tar.gz seven-wonders-1cf98c7048e055ca91d0853672a88c66177a74c0.tar.bz2 seven-wonders-1cf98c7048e055ca91d0853672a88c66177a74c0.zip |
Embed react-redux-toastr css in the app
Also factorise accesses to the react redux toast container, in order to centralize the config.
Resolves:
https://github.com/luxons/seven-wonders/issues/12
Diffstat (limited to 'frontend/public/index.html')
-rw-r--r-- | frontend/public/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index 6a375403..aab5e3b0 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -4,7 +4,6 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> - <link href="http://diegoddox.github.io/react-redux-toastr/5.0/react-redux-toastr.min.css" rel="stylesheet" type="text/css"> <!-- Notice the use of %PUBLIC_URL% in the tag above. It will be replaced with the URL of the `public` folder during the build. |