Fix/update copyright (#491)

* fix: info modal minwidth

* fix: update copyright info
This commit is contained in:
zuomeng wang
2022-10-12 16:44:26 +08:00
committed by GitHub
parent 54e64edb57
commit 7124e18e96
3 changed files with 4 additions and 4 deletions
@@ -22,7 +22,7 @@ export const InfoModal = ({ open, onClose }: ModalProps) => {
</CloseContainer>
</Header>
<ModalContent />
<Footer>Copyright &copy; 2022 AFFINE</Footer>
<Footer>Copyright &copy; 2022 TOEVERYTHING PTE.LTD</Footer>
</Container>
</MuiModal>
);
@@ -35,7 +35,7 @@ const Container = styled('div')({
transform: 'translate(-50%, -50%)',
width: '60%',
maxWidth: '1000px',
minWidth: '840px',
minWidth: '860px',
borderRadius: '28px',
backgroundColor: '#fff',
padding: '48px 48px 40px 48px',