From 94ffe8dd74a6b863db9bbf6079b976427394b900 Mon Sep 17 00:00:00 2001 From: Marks Polakovs Date: Fri, 17 Apr 2020 17:37:01 +0200 Subject: [PATCH] Use bundled Font Awesome instead of CDN --- package.json | 1 + public/index.html | 1 - src/App.css | 13 +- src/navbar/index.tsx | 8 +- src/showplanner/Item.tsx | 21 ++- src/showplanner/Player.tsx | 49 ++++-- src/showplanner/index.tsx | 14 +- src/showplanner/libraries.tsx | 274 ++++++++++++++++------------------ yarn.lock | 7 + 9 files changed, 210 insertions(+), 178 deletions(-) diff --git a/package.json b/package.json index b2d25ea..f645710 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,7 @@ "react-dnd": "^9.4.0", "react-dnd-html5-backend": "^9.4.0", "react-dom": "^16.13.1", + "react-icons": "^3.9.0", "react-live-clock": "^4.0.5", "react-modal": "^3.11.2", "react-redux": "^7.1.3", diff --git a/public/index.html b/public/index.html index 827d18e..a0f9a5f 100644 --- a/public/index.html +++ b/public/index.html @@ -41,7 +41,6 @@ --> -