fix: change onsite tool icon to match the icons displayed at MeetEcho (#3574)

This commit is contained in:
Robert Sparks 2022-03-07 12:57:40 -06:00 committed by GitHub
parent d0c69df558
commit 918bb62b26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 -->