|
|
|
@ -48,7 +48,7 @@ const MembersPage = () => {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
<div className='flex flex-col'>
|
|
|
|
<div className='flex flex-col'>
|
|
|
|
<div className='flex items-center mb-4 p-3 bg-gray-50 rounded-2xl'>
|
|
|
|
<div className='flex items-center mb-4 p-3 gap-1 bg-gray-50 rounded-2xl'>
|
|
|
|
<LogoEmbeddedChatHeader className='!w-10 !h-10' />
|
|
|
|
<LogoEmbeddedChatHeader className='!w-10 !h-10' />
|
|
|
|
<div className='grow mx-2'>
|
|
|
|
<div className='grow mx-2'>
|
|
|
|
<div className='text-sm font-medium text-gray-900'>{currentWorkspace?.name}</div>
|
|
|
|
<div className='text-sm font-medium text-gray-900'>{currentWorkspace?.name}</div>
|
|
|
|
|