ui(admin): fix server table links
This commit is contained in:
parent
11fc88c849
commit
030bc2d8ef
3 changed files with 9 additions and 17 deletions
|
@ -130,11 +130,11 @@ const UsersContainer = () => {
|
|||
|
||||
<div css={tw`ml-4`}>
|
||||
<div css={tw`text-sm text-neutral-200`}>
|
||||
Silly User
|
||||
{user.email}
|
||||
</div>
|
||||
|
||||
<div css={tw`text-sm text-neutral-400`}>
|
||||
{user.email}
|
||||
{user.uuid.split('-')[0]}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue