From 62a81c1a62a393d52c78a35d367b91f4d0dcc22a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 20 Mar 2022 00:26:04 +0100 Subject: [PATCH] Change icons https://github.com/inventree/InvenTree/pull/2372#issuecomment-1073005561 --- InvenTree/templates/InvenTree/notifications/sidebar.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/InvenTree/templates/InvenTree/notifications/sidebar.html b/InvenTree/templates/InvenTree/notifications/sidebar.html index aec7af1983..5b832113e2 100644 --- a/InvenTree/templates/InvenTree/notifications/sidebar.html +++ b/InvenTree/templates/InvenTree/notifications/sidebar.html @@ -3,9 +3,9 @@ {% load inventree_extras %} {% trans "Notifications" as text %} -{% include "sidebar_header.html" with text=text icon='fa-user' %} +{% include "sidebar_header.html" with text=text icon='fa-bell' %} {% trans "Inbox" as text %} -{% include "sidebar_item.html" with label='inbox' text=text icon="fa-cog" %} +{% include "sidebar_item.html" with label='inbox' text=text icon="fa-envelope" %} {% trans "History" as text %} -{% include "sidebar_item.html" with label='history' text=text icon="fa-desktop" %} +{% include "sidebar_item.html" with label='history' text=text icon="fa-clock" %}