Skip to content

Commit 918bb62

Browse files
authored
fix: change onsite tool icon to match the icons displayed at MeetEcho (ietf-tools#3574)
1 parent d0c69df commit 918bb62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/meeting/session_buttons_include.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{% if timeslot.location.onsite_tool_url %}
4343
<a class=""
4444
href="{{timeslot.location.onsite_tool_url|format:session }}"
45-
title="Onsite tool"><span class="fa fa-fw fa-street-view"></span>
45+
title="Onsite tool"><span class="fa fa-fw fa-lg fa-mobile"></span>
4646
</a>
4747
{% endif %}
4848
<!-- Audio stream -->

0 commit comments

Comments
 (0)