diff --git a/package.json b/package.json
index d1111b8..c7e93e5 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,6 @@
},
"dependencies": {
"@babel/polyfill": "7.12.1",
- "@fortawesome/fontawesome-free": "5.15.1",
"bootstrap": "5.0.0-alpha2",
"chart.js": "2.9.4",
"feather-icons": "4.28.0",
diff --git a/src/fonts/.gitkeep b/src/fonts/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/src/fonts/fa-brands-400.eot b/src/fonts/fa-brands-400.eot
deleted file mode 100644
index e4ccce2..0000000
Binary files a/src/fonts/fa-brands-400.eot and /dev/null differ
diff --git a/src/fonts/fa-brands-400.svg b/src/fonts/fa-brands-400.svg
deleted file mode 100644
index eb0f26f..0000000
--- a/src/fonts/fa-brands-400.svg
+++ /dev/null
@@ -1,3570 +0,0 @@
-
-
-
-
diff --git a/src/fonts/fa-brands-400.ttf b/src/fonts/fa-brands-400.ttf
deleted file mode 100644
index 08622a3..0000000
Binary files a/src/fonts/fa-brands-400.ttf and /dev/null differ
diff --git a/src/fonts/fa-brands-400.woff b/src/fonts/fa-brands-400.woff
deleted file mode 100644
index a43870c..0000000
Binary files a/src/fonts/fa-brands-400.woff and /dev/null differ
diff --git a/src/fonts/fa-brands-400.woff2 b/src/fonts/fa-brands-400.woff2
deleted file mode 100644
index 3c5189d..0000000
Binary files a/src/fonts/fa-brands-400.woff2 and /dev/null differ
diff --git a/src/fonts/fa-regular-400.eot b/src/fonts/fa-regular-400.eot
deleted file mode 100644
index dbc06a4..0000000
Binary files a/src/fonts/fa-regular-400.eot and /dev/null differ
diff --git a/src/fonts/fa-regular-400.svg b/src/fonts/fa-regular-400.svg
deleted file mode 100644
index 273a984..0000000
--- a/src/fonts/fa-regular-400.svg
+++ /dev/null
@@ -1,803 +0,0 @@
-
-
-
-
diff --git a/src/fonts/fa-regular-400.ttf b/src/fonts/fa-regular-400.ttf
deleted file mode 100644
index 4b6fdef..0000000
Binary files a/src/fonts/fa-regular-400.ttf and /dev/null differ
diff --git a/src/fonts/fa-regular-400.woff b/src/fonts/fa-regular-400.woff
deleted file mode 100644
index f17953a..0000000
Binary files a/src/fonts/fa-regular-400.woff and /dev/null differ
diff --git a/src/fonts/fa-regular-400.woff2 b/src/fonts/fa-regular-400.woff2
deleted file mode 100644
index 1f796c7..0000000
Binary files a/src/fonts/fa-regular-400.woff2 and /dev/null differ
diff --git a/src/fonts/fa-solid-900.eot b/src/fonts/fa-solid-900.eot
deleted file mode 100644
index 550f8f0..0000000
Binary files a/src/fonts/fa-solid-900.eot and /dev/null differ
diff --git a/src/fonts/fa-solid-900.svg b/src/fonts/fa-solid-900.svg
deleted file mode 100644
index 6933b2b..0000000
--- a/src/fonts/fa-solid-900.svg
+++ /dev/null
@@ -1,4700 +0,0 @@
-
-
-
-
diff --git a/src/fonts/fa-solid-900.ttf b/src/fonts/fa-solid-900.ttf
deleted file mode 100644
index 9dd8c7f..0000000
Binary files a/src/fonts/fa-solid-900.ttf and /dev/null differ
diff --git a/src/fonts/fa-solid-900.woff b/src/fonts/fa-solid-900.woff
deleted file mode 100644
index 3c9ef93..0000000
Binary files a/src/fonts/fa-solid-900.woff and /dev/null differ
diff --git a/src/fonts/fa-solid-900.woff2 b/src/fonts/fa-solid-900.woff2
deleted file mode 100644
index ba7507b..0000000
Binary files a/src/fonts/fa-solid-900.woff2 and /dev/null differ
diff --git a/src/scss/1-variables/_variables.scss b/src/scss/1-variables/_variables.scss
index 69f65d1..b97d96f 100644
--- a/src/scss/1-variables/_variables.scss
+++ b/src/scss/1-variables/_variables.scss
@@ -357,7 +357,4 @@ $simplebar-scrollbar-bg: $white !default;
// Hamburger
$hamburger-width-top: 24px !default;
$hamburger-width-middle: 24px !default;
-$hamburger-width-bottom: 16px !default;
-
-// Font Awesome
-$fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
\ No newline at end of file
+$hamburger-width-bottom: 16px !default;
\ No newline at end of file
diff --git a/src/scss/app.scss b/src/scss/app.scss
index 7e17d22..06e3c4e 100644
--- a/src/scss/app.scss
+++ b/src/scss/app.scss
@@ -49,9 +49,6 @@
@import "4-utilities/overflow";
// 3rd party plugins
-@import "~@fortawesome/fontawesome-free/scss/fontawesome";
-@import "~@fortawesome/fontawesome-free/scss/regular";
-@import "~@fortawesome/fontawesome-free/scss/solid";
@import "~jsvectormap/dist/css/jsvectormap";
@import "~simplebar/dist/simplebar";
@import "~flatpickr/dist/flatpickr";
diff --git a/static/index.html b/static/index.html
index 214ee10..c9832fc 100644
--- a/static/index.html
+++ b/static/index.html
@@ -797,8 +797,8 @@
document.addEventListener("DOMContentLoaded", function() {
document.getElementById("datetimepicker-dashboard").flatpickr({
inline: true,
- prevArrow: "",
- nextArrow: "",
+ prevArrow: "«",
+ nextArrow: "»",
});
});
diff --git a/static/pages-profile.html b/static/pages-profile.html
index e6fdfc9..d8bd34d 100644
--- a/static/pages-profile.html
+++ b/static/pages-profile.html
@@ -357,11 +357,11 @@
diff --git a/static/pages-settings.html b/static/pages-settings.html
index 63f4333..db68b9b 100644
--- a/static/pages-settings.html
+++ b/static/pages-settings.html
@@ -377,7 +377,7 @@
- Upload
+ Upload
For best results, use an image at least 128px by 128px in .jpg format
diff --git a/static/ui-alerts.html b/static/ui-alerts.html
index a56a373..2b1216a 100644
--- a/static/ui-alerts.html
+++ b/static/ui-alerts.html
@@ -375,7 +375,7 @@
-
+
Hello there! A simple primary alert—check it out!
@@ -384,7 +384,7 @@
-
+
Hello there! A simple secondary alert—check it out!
@@ -393,7 +393,7 @@
-
+
Hello there! A simple success alert—check it out!
@@ -402,7 +402,7 @@
-
+
Hello there! A simple danger alert—check it out!
@@ -411,7 +411,7 @@
-
+
Hello there! A simple warning alert—check it out!
@@ -420,7 +420,7 @@
-
+
Hello there! A simple info alert—check it out!
@@ -442,7 +442,7 @@
-
+
Hello there! A simple primary alert—check it out!
@@ -451,7 +451,7 @@
-
+
Hello there! A simple secondary alert—check it out!
@@ -460,7 +460,7 @@
-
+
Hello there! A simple success alert—check it out!
@@ -469,7 +469,7 @@
-
+
Hello there! A simple danger alert—check it out!
@@ -478,7 +478,7 @@
-
+
Hello there! A simple warning alert—check it out!
@@ -487,7 +487,7 @@
-
+
Hello there! A simple info alert—check it out!
@@ -509,7 +509,7 @@
-
+
Hello there! A simple primary alert—check it out!
@@ -518,7 +518,7 @@
-
+
Hello there! A simple secondary alert—check it out!
@@ -527,7 +527,7 @@
-
+
Hello there! A simple success alert—check it out!
@@ -536,7 +536,7 @@
-
+
Hello there! A simple danger alert—check it out!
@@ -545,7 +545,7 @@
-
+
Hello there! A simple warning alert—check it out!
@@ -554,7 +554,7 @@
-
+
Hello there! A simple info alert—check it out!
diff --git a/static/ui-buttons.html b/static/ui-buttons.html
index 00fa134..818879a 100644
--- a/static/ui-buttons.html
+++ b/static/ui-buttons.html
@@ -423,34 +423,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/static/ui-general.html b/static/ui-general.html
index 015e3d1..c557fb0 100644
--- a/static/ui-general.html
+++ b/static/ui-general.html
@@ -539,35 +539,35 @@