[EC-1019] add a button to members row around name (#4548)

This commit is contained in:
Jake Fink 2023-01-25 11:09:17 -05:00 committed by GitHub
parent 451d05e44d
commit 989114f174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -144,8 +144,10 @@
class="tw-mr-3"
></bit-avatar>
<div class="tw-flex tw-flex-col">
<div class="tw-font-semibold tw-text-primary-500">
{{ u.name ?? u.email }}
<div>
<button bitLink>
{{ u.name ?? u.email }}
</button>
<span
bitBadge
class="tw-text-xs"