mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 04:36:13 +08:00
Fix/update copyright (#491)
* fix: info modal minwidth * fix: update copyright info
This commit is contained in:
@@ -383,7 +383,7 @@ export const AFFiNEFooter = ({
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography sx={{ display: 'flex', color: '#888' }}>
|
<Typography sx={{ display: 'flex', color: '#888' }}>
|
||||||
Copyright © 2022 AFFiNE.
|
Copyright © 2022 TOEVERYTHING PTE.LTD.
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export class Editor implements Virgo {
|
|||||||
public bdCommands: Commands;
|
public bdCommands: Commands;
|
||||||
public ui_container?: HTMLDivElement;
|
public ui_container?: HTMLDivElement;
|
||||||
public version = '0.0.1';
|
public version = '0.0.1';
|
||||||
public copyright = '@AFFiNE 2020-2022';
|
public copyright = '@TOEVERYTHING PTE.LTD 2022';
|
||||||
private plugin_manager: PluginManager;
|
private plugin_manager: PluginManager;
|
||||||
private hooks: Hooks;
|
private hooks: Hooks;
|
||||||
private views: Record<string, BaseView> = {};
|
private views: Record<string, BaseView> = {};
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ export const InfoModal = ({ open, onClose }: ModalProps) => {
|
|||||||
</CloseContainer>
|
</CloseContainer>
|
||||||
</Header>
|
</Header>
|
||||||
<ModalContent />
|
<ModalContent />
|
||||||
<Footer>Copyright © 2022 AFFINE</Footer>
|
<Footer>Copyright © 2022 TOEVERYTHING PTE.LTD</Footer>
|
||||||
</Container>
|
</Container>
|
||||||
</MuiModal>
|
</MuiModal>
|
||||||
);
|
);
|
||||||
@@ -35,7 +35,7 @@ const Container = styled('div')({
|
|||||||
transform: 'translate(-50%, -50%)',
|
transform: 'translate(-50%, -50%)',
|
||||||
width: '60%',
|
width: '60%',
|
||||||
maxWidth: '1000px',
|
maxWidth: '1000px',
|
||||||
minWidth: '840px',
|
minWidth: '860px',
|
||||||
borderRadius: '28px',
|
borderRadius: '28px',
|
||||||
backgroundColor: '#fff',
|
backgroundColor: '#fff',
|
||||||
padding: '48px 48px 40px 48px',
|
padding: '48px 48px 40px 48px',
|
||||||
|
|||||||
Reference in New Issue
Block a user