chore: bump version (#3333)

This commit is contained in:
Alex Yang
2023-07-21 00:39:16 +08:00
committed by GitHub
parent e3a6204f2d
commit ecf6f98858
24 changed files with 3004 additions and 4032 deletions

View File

@@ -1,5 +1,5 @@
import { Menu, MenuItem } from '@affine/component';
import { AffineLogoSBlue2_1Icon, SignOutIcon } from '@blocksuite/icons';
import { Logo1Icon, SignOutIcon } from '@blocksuite/icons';
import type { CSSProperties } from 'react';
import { forwardRef } from 'react';
@@ -90,7 +90,7 @@ export const WorkspaceAvatar = forwardRef<HTMLDivElement, WorkspaceAvatarProps>(
{props.name ? (
props.name.substring(0, 1)
) : (
<AffineLogoSBlue2_1Icon fontSize={24} color={'#5438FF'} />
<Logo1Icon fontSize={24} color={'#5438FF'} />
)}
</div>
)}