update class names

This commit is contained in:
ghost 2023-10-08 01:20:15 +03:00
parent 16696bc1d2
commit f0a38e1bf5
5 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
{% block main_content %}
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night">
<div class="text-center">
<img class="border-radius-50 border-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
<img class="border-radius-50 border-color-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
</div>
<h2>{{ 'Profile'|trans }}</h2>
<table class="width-100">