feat: update @blocksuite/icons (#1510)

This commit is contained in:
Qi
2023-03-10 17:11:40 +08:00
committed by GitHub
parent a20368c491
commit bd98746557
8 changed files with 20 additions and 18 deletions
@@ -11,7 +11,7 @@ import {
EdgelessIcon,
FavoritedIcon,
FavoriteIcon,
PaperIcon,
PageIcon,
} from '@blocksuite/icons';
import { PageMeta } from '@blocksuite/store';
import {
@@ -143,7 +143,7 @@ export const PageList: React.FC<PageListProps> = ({
{pageMeta.mode === 'edgeless' ? (
<EdgelessIcon />
) : (
<PaperIcon />
<PageIcon />
)}
<Content ellipsis={true} color="inherit">
{pageMeta.title || t('Untitled')}