make the Anonymous icon to be blank, plus some other renaming & task cleanup

This commit is contained in:
2023-09-06 19:48:47 -06:00
parent bdb8e2e32a
commit 9486142b2a
7 changed files with 22 additions and 9 deletions

View File

@@ -116,7 +116,7 @@
<ul class="grid grid-cols-4 gap-x-3 gap-y-5 text-center mb-5">
<li @click="openDialog()">
<EntityIcon
:entityId="Anonymous"
:entityId="null"
:iconSize="64"
class="mx-auto border border-slate-300 rounded-md mb-1"
></EntityIcon>