account view: normalize icons

This commit is contained in:
Alice Gaudon 2021-01-25 17:44:21 +01:00
parent 44f2c2979b
commit 8b805a484b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{% block body %}
<div class="container">
<div class="panel">
<h2><i class="fas fa-user"></i> Personal information</h2>
<h2><i data-feather="user"></i> Personal information</h2>
{% if display_email_warning and emails | length <= 0 %}
{{ macros.message('warning', 'To avoid losing access to your account, please add an email address.') }}