Fix/UI issue (#946)

Co-authored-by: JimmFly <yangjinfei001@gmail.com>
This commit is contained in:
Qi
2023-02-11 00:19:21 +08:00
committed by GitHub
parent 8a7393a961
commit d5f4c4210d
52 changed files with 610 additions and 659 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { AddIcon } from '@blocksuite/icons';
import { PlusIcon } from '@blocksuite/icons';
import { StyledModalFooterContent } from './style';
import { Command } from 'cmdk';
import { usePageHelper } from '@/hooks/use-page-helper';
@@ -21,7 +21,7 @@ export const Footer = (props: { query: string; onClose: () => void }) => {
}}
>
<StyledModalFooterContent>
<AddIcon />
<PlusIcon />
{query ? (
<span>{t('New Keyword Page', { query: query })}</span>
) : (