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
@@ -54,7 +54,7 @@ export class Editor implements Virgo {
public bdCommands: Commands;
public ui_container?: HTMLDivElement;
public version = '0.0.1';
public copyright = '@AFFiNE 2020-2022';
public copyright = '@TOEVERYTHING PTE.LTD 2022';
private plugin_manager: PluginManager;
private hooks: Hooks;
private views: Record<string, BaseView> = {};