|
|
@ -84,9 +84,11 @@ |
|
|
|
|
|
|
|
<ul class="grid grid-cols-4 gap-x-3 gap-y-5 text-center mb-5"> |
|
|
|
<li @click="openDialog()"> |
|
|
|
<div class="mb-1"> |
|
|
|
<fa icon="question-circle" class="fa-fw fa-xl text-slate-400"></fa> |
|
|
|
</div> |
|
|
|
<EntityIcon |
|
|
|
:entityId="Anonymous" |
|
|
|
:iconSize="64" |
|
|
|
class="mx-auto border border-slate-300 rounded-md mb-1" |
|
|
|
></EntityIcon> |
|
|
|
<h3 |
|
|
|
class="text-xs italic font-medium text-ellipsis whitespace-nowrap overflow-hidden" |
|
|
|
> |
|
|
@ -98,9 +100,11 @@ |
|
|
|
:key="contact.did" |
|
|
|
@click="openDialog(contact)" |
|
|
|
> |
|
|
|
<div class="mb-1"> |
|
|
|
<fa icon="user" class="fa-fw fa-xl text-slate-400"></fa> |
|
|
|
</div> |
|
|
|
<EntityIcon |
|
|
|
:entityId="contact.did" |
|
|
|
:iconSize="64" |
|
|
|
class="mx-auto border border-slate-300 rounded-md mb-1" |
|
|
|
></EntityIcon> |
|
|
|
<h3 |
|
|
|
class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden" |
|
|
|
> |
|
|
|