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" %}