diff --git a/packages/app/src/components/enable-workspace/EnableWorkspaceModal.tsx b/packages/app/src/components/enable-workspace/EnableWorkspaceModal.tsx index 703dd5b7e..23328d750 100644 --- a/packages/app/src/components/enable-workspace/EnableWorkspaceModal.tsx +++ b/packages/app/src/components/enable-workspace/EnableWorkspaceModal.tsx @@ -1,11 +1,12 @@ import { styled } from '@/styles'; import { Modal, ModalWrapper, ModalCloseButton } from '@/ui/modal'; -import { Button } from '@/ui/button'; +import { Button, IconButton } from '@/ui/button'; import { useTranslation } from '@affine/i18n'; import { useAppState } from '@/providers/app-state-provider'; import { useState } from 'react'; import router from 'next/router'; import { toast } from '@/ui/toast'; +import { CloseIcon } from '@blocksuite/icons'; interface EnableWorkspaceModalProps { open: boolean; onClose: () => void; @@ -22,11 +23,13 @@ export const EnableWorkspaceModal = ({
- { onClose(); }} - /> + > + +
{t('Enable AFFiNE Cloud')}?