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 %}
|
{% if timeslot.location.onsite_tool_url %}
|
||||||
<a class=""
|
<a class=""
|
||||||
href="{{timeslot.location.onsite_tool_url|format:session }}"
|
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>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<!-- Audio stream -->
|
<!-- Audio stream -->
|
||||||
|
|
Loading…
Reference in a new issue