2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Change bullhorn icon to bell icon

This commit is contained in:
Oliver
2021-11-03 16:59:59 +11:00
parent 63ec5770f4
commit 85adf842f6
4 changed files with 17 additions and 13 deletions

View File

@ -24,7 +24,11 @@
{% endif %}
<button type='button' class='btn btn-outline-secondary' id='toggle-starred' title='{% trans "Subscribe to nofications for this part" %}'>
<span id='part-star-icon' class='fas fa-bullhorn {% if starred %}icon-green{% endif %}'/>
{% if starred %}
<span id='part-star-icon' class='fas fa-bell icon-green'/>
{% else %}
<span id='part-star-icon' class='fa fa-bell-slash'/>
{% endif %}
</button>
{% if barcodes %}