Use user-slash instead of (badly kerned) exclamation in Rigboard

This commit is contained in:
2021-03-03 13:24:41 +00:00
parent 3f959f8d56
commit f75e1d5bfc

View File

@@ -90,7 +90,7 @@
</a> </a>
{% endif %} {% endif %}
{% elif event.is_rig %} {% elif event.is_rig %}
<span class="fas fa-exclamation"></span> <span class="fas fa-user-slash"></span>
{% endif %} {% endif %}
</td> </td>
</tr> </tr>