vcard: fix avatar preview

pull/6/head
radex 2023-10-24 10:21:10 +02:00
parent f59886c33f
commit 564b3e9888
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
<div class="col-md-{{width}}" style="margin-bottom: 20px;">
<div style="background-color: #eee; padding: 10px 30px; border-radius: 12px; display: flex; flex-direction: row; gap: 20px">
<div>
<img src="/avatar/{{ profile.uid[0] }}" style="width: 70px; height: 70px; margin: 10px 0" />
<img src="/avatar/user/{{ profile.uid[0] }}" style="width: 70px; height: 70px; margin: 10px 0" />
</div>
<div>
<h4>{{ name|readable }}</h4>