fix: icon before name in pill

This commit is contained in:
Arman
2022-06-08 16:52:01 +02:00
parent a13b0e63f0
commit b6bf5cb22a
@@ -119,7 +119,8 @@
</TableCellText>
<TableCellText title="ID">
<Pill button on:click={() => copy(user.$id)}
>User ID <i class="icon-duplicate" /></Pill>
><i class="icon-duplicate" />User ID
</Pill>
</TableCellText>
<TableCellText title="Joined">
{toLocaleDateTime(user.registration)}