feat: change component name 'Header' to 'header' & update icons version

This commit is contained in:
QiShaoXuan
2022-12-06 18:59:26 +08:00
parent d3d45a9dd7
commit f160b68a19
9 changed files with 11 additions and 11 deletions
@@ -12,7 +12,7 @@ import {
PaperIcon,
MiddleExportToHtmlIcon,
MiddleExportToMarkdownIcon,
MoreVerticalIcon,
MoreVertical_24pxIcon,
} from '@blocksuite/icons';
import { useEditor } from '@/providers/editor-provider';
import ThemeModeSwitch from '@/components/theme-mode-switch';
@@ -98,7 +98,7 @@ export const Header = ({ children }: PropsWithChildren<{}>) => {
<ThemeModeSwitch />
<Menu content={<PopoverContent />} placement="bottom-end">
<IconButton>
<MoreVerticalIcon />
<MoreVertical_24pxIcon />
</IconButton>
</Menu>
</StyledHeaderRightSide>