mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-16 09:41:04 +10:00
Allow creation of space
* other fixes and cleanups
This commit is contained in:
@ -29,10 +29,11 @@ export default function TopMenu() {
|
||||
<Menu.Target>
|
||||
<UnstyledButton>
|
||||
<Group gap={7} wrap={"nowrap"}>
|
||||
<Avatar
|
||||
src={workspace.logo}
|
||||
alt={workspace.name}
|
||||
<UserAvatar
|
||||
avatarUrl={workspace.logo}
|
||||
name={workspace.name}
|
||||
radius="xl"
|
||||
color="blue"
|
||||
size={20}
|
||||
/>
|
||||
<Text fw={500} size="sm" lh={1} mr={3}>
|
||||
|
||||
Reference in New Issue
Block a user