diff --git a/static/package-lock.json b/static/package-lock.json
index e33db678..eb386d41 100644
--- a/static/package-lock.json
+++ b/static/package-lock.json
@@ -4,6 +4,11 @@
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+ "font-awesome": {
+ "version": "4.7.0",
+ "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
+ "integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM="
+ },
"notie": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/notie/-/notie-4.3.1.tgz",
diff --git a/static/package.json b/static/package.json
index 7ff7f7bc..b652feb2 100644
--- a/static/package.json
+++ b/static/package.json
@@ -16,6 +16,7 @@
},
"homepage": "https://github.com/simple-login/app#readme",
"dependencies": {
+ "font-awesome": "^4.7.0",
"notie": "^4.3.1"
}
}
diff --git a/templates/base.html b/templates/base.html
index 08f8cba2..f53f2c2d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -22,7 +22,7 @@
{% block title %}{% endblock %} | SimpleLogin
-
+