mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: icon before name in pill
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user