mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-21 04:01:03 +10:00
Allow creation of space
* other fixes and cleanups
This commit is contained in:
@ -64,7 +64,7 @@ export default function RecentChanges({ spaceId }: Props) {
|
||||
</Table>
|
||||
) : (
|
||||
<Text size="md" ta="center">
|
||||
No records to show
|
||||
No pages yet
|
||||
</Text>
|
||||
);
|
||||
}
|
||||
|
||||
@ -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