From 00f2eeee54927f6532a4531a7f67dd1676101220 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Sat, 20 Feb 2021 16:53:19 +0100
Subject: [PATCH] working for 0.0.198 Release

---
 src/covid19/static/index.js   | 4 ++--
 src/covid19/static/styles.css | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/covid19/static/index.js b/src/covid19/static/index.js
index bd44f9bc..ec731275 100644
--- a/src/covid19/static/index.js
+++ b/src/covid19/static/index.js
@@ -2,10 +2,10 @@ import "/static/vendor/bootswatch/superhero/bootstrap.min.css";
 // TODO: Note: Replace ^[theme]^ (examples: darkly, slate, cosmo, spacelab, and superhero.
 // See https://bootswatch.com for current theme names.)
 //import "/static/vendor/bootstrap/css/bootstrap.min.css";
-import "/static/vendor/fontawesome/svg-core/styles.css";
+import "/static/vendor/fontawesome-free/css/all.css";
 import "/static/css/covid19python.css";
 import "/static/vendor/jquery/jquery.js";
 import "/static/vendor/popper.js/popper.js";
 import "/static/vendor/bootstrap/js/bootstrap.bundle.min.js";
-import "/static/vendor/fontawesome/svg-core/index.js";
+import "/static/vendor/fontawesome-free/js/all.js";
 import "/static/js/covid19python.js";
\ No newline at end of file
diff --git a/src/covid19/static/styles.css b/src/covid19/static/styles.css
index a3359241..7ca28db2 100644
--- a/src/covid19/static/styles.css
+++ b/src/covid19/static/styles.css
@@ -1,3 +1,3 @@
 @import url("/static/vendor/bootswatch/superhero/bootstrap.min.css");
-@import url("/static/vendor/fontawesome/svg-core/styles.css");
+@import url("/static/vendor/fontawesome-free/css/all.css");
 @import url("/static/css/covid19python.css");
-- 
GitLab