fix: Use bootstrap-icons icon (#3623)

There was one remaining use of font-awesome; use bootstrap-icons icon now.
This commit is contained in:
Lars Eggert 2022-03-11 17:14:09 +02:00 committed by GitHub
parent 8319731218
commit bbf1996909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,9 +70,11 @@
{% endif %}
{# Onsite tool (meetecho_onsite) #}
{% if timeslot.location.onsite_tool_url %}
<a class=""
<a class="btn btn-outline-primary"
role="button"
href="{{timeslot.location.onsite_tool_url|format:session }}"
title="Onsite tool"><span class="fa fa-fw fa-lg fa-mobile"></span>
title="Onsite tool">
<i class="bi bi-phone"></i>
</a>
{% endif %}
{# Audio stream #}