account view: normalize icons
This commit is contained in:
parent
44f2c2979b
commit
8b805a484b
@ -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.') }}
|
||||
|
Loading…
Reference in New Issue
Block a user