fix: change onsite tool icon to match the icons displayed at MeetEcho (#3574)
This commit is contained in:
parent
d0c69df558
commit
918bb62b26
|
@ -42,7 +42,7 @@
|
|||
{% if timeslot.location.onsite_tool_url %}
|
||||
<a class=""
|
||||
href="{{timeslot.location.onsite_tool_url|format:session }}"
|
||||
title="Onsite tool"><span class="fa fa-fw fa-street-view"></span>
|
||||
title="Onsite tool"><span class="fa fa-fw fa-lg fa-mobile"></span>
|
||||
</a>
|
||||
{% endif %}
|
||||
<!-- Audio stream -->
|
||||
|
|
Loading…
Reference in a new issue