diff options
author | jbion <joffrey.bion@amadeus.com> | 2017-05-19 20:17:35 +0200 |
---|---|---|
committer | Joffrey BION <joffrey.bion@gmail.com> | 2017-05-20 00:12:39 +0200 |
commit | a13f913c6a594a14a2cb9ab42dbd0493372583fb (patch) | |
tree | 2ac200b06532b7be09b0192a4455ab132cd5010b /frontend/public | |
parent | Set versions of packages to latest (diff) | |
download | seven-wonders-a13f913c6a594a14a2cb9ab42dbd0493372583fb.tar.gz seven-wonders-a13f913c6a594a14a2cb9ab42dbd0493372583fb.tar.bz2 seven-wonders-a13f913c6a594a14a2cb9ab42dbd0493372583fb.zip |
Add error toasts
Diffstat (limited to 'frontend/public')
-rw-r--r-- | frontend/public/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index aab5e3b0..6a375403 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -4,6 +4,7 @@ <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. |