Skip to content

Commit bbf1996

Browse files
authored
fix: Use bootstrap-icons icon (ietf-tools#3623)
There was one remaining use of font-awesome; use bootstrap-icons icon now.
1 parent 8319731 commit bbf1996

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ietf/templates/meeting/session_buttons_include.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@
7070
{% endif %}
7171
{# Onsite tool (meetecho_onsite) #}
7272
{% if timeslot.location.onsite_tool_url %}
73-
<a class=""
73+
<a class="btn btn-outline-primary"
74+
role="button"
7475
href="{{timeslot.location.onsite_tool_url|format:session }}"
75-
title="Onsite tool"><span class="fa fa-fw fa-lg fa-mobile"></span>
76+
title="Onsite tool">
77+
<i class="bi bi-phone"></i>
7678
</a>
7779
{% endif %}
7880
{# Audio stream #}

0 commit comments

Comments
 (0)