diff options
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. |