mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 01:26:37 +08:00
Fix/update copyright (#491)
* fix: info modal minwidth * fix: update copyright info
This commit is contained in:
@@ -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> = {};
|
||||
|
||||
Reference in New Issue
Block a user