mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08:00
fix: update copyright info
This commit is contained in:
@@ -383,7 +383,7 @@ export const AFFiNEFooter = ({
|
||||
}}
|
||||
>
|
||||
<Typography sx={{ display: 'flex', color: '#888' }}>
|
||||
Copyright © 2022 TOEVERYTHING PTE.LTD.
|
||||
Copyright © 2022 Toeverything
|
||||
</Typography>
|
||||
</Box>
|
||||
</Grid>
|
||||
|
||||
@@ -54,7 +54,7 @@ export class Editor implements Virgo {
|
||||
public bdCommands: Commands;
|
||||
public ui_container?: HTMLDivElement;
|
||||
public version = '0.0.1';
|
||||
public copyright = '@TOEVERYTHING PTE.LTD 2022';
|
||||
public copyright = '@Toeverything 2022';
|
||||
private plugin_manager: PluginManager;
|
||||
private hooks: Hooks;
|
||||
private views: Record<string, BaseView> = {};
|
||||
|
||||
@@ -22,7 +22,7 @@ export const InfoModal = ({ open, onClose }: ModalProps) => {
|
||||
</CloseContainer>
|
||||
</Header>
|
||||
<ModalContent />
|
||||
<Footer>Copyright © 2022 TOEVERYTHING PTE.LTD</Footer>
|
||||
<Footer>Copyright © 2022 Toeverything</Footer>
|
||||
</Container>
|
||||
</MuiModal>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user