From 13130a217c416293a075ab73e3107ac15761c0e5 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 10 Jul 2020 20:23:19 +0100 Subject: [PATCH] Use FontAwesome for navbar icons --- app/public/static/notification.svg | 93 ------------------------ app/public/static/notification_alert.svg | 93 ------------------------ app/templates/base.html | 6 +- 3 files changed, 4 insertions(+), 188 deletions(-) delete mode 100644 app/public/static/notification.svg delete mode 100644 app/public/static/notification_alert.svg diff --git a/app/public/static/notification.svg b/app/public/static/notification.svg deleted file mode 100644 index edd648e..0000000 --- a/app/public/static/notification.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/app/public/static/notification_alert.svg b/app/public/static/notification_alert.svg deleted file mode 100644 index f2c3bb5..0000000 --- a/app/public/static/notification_alert.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/app/templates/base.html b/app/templates/base.html index ff2b0fb..f3877b7 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -61,9 +61,11 @@