diff --git a/apps/ligo-virgo/src/index.html b/apps/ligo-virgo/src/index.html
index 1291a10917..94f01b6db7 100644
--- a/apps/ligo-virgo/src/index.html
+++ b/apps/ligo-virgo/src/index.html
@@ -5,7 +5,7 @@
-
Affine | Local Dev Environment
+ AFFiNE | Local Dev Environment
diff --git a/apps/ligo-virgo/src/pages/ui/index.tsx b/apps/ligo-virgo/src/pages/ui/index.tsx
index cc8273dbe7..be4d79a688 100644
--- a/apps/ligo-virgo/src/pages/ui/index.tsx
+++ b/apps/ligo-virgo/src/pages/ui/index.tsx
@@ -3,7 +3,7 @@ import React from 'react';
export const UIPage = () => {
return (
- This page is used to show ui components of Affine ~
+ This page is used to show ui components of AFFiNE ~
);
};
diff --git a/apps/ligo-virgo/webpack.config.js b/apps/ligo-virgo/webpack.config.js
index 4d7500c60f..c147f3e14b 100644
--- a/apps/ligo-virgo/webpack.config.js
+++ b/apps/ligo-virgo/webpack.config.js
@@ -161,7 +161,7 @@ module.exports = function (webpackConfig) {
}),
isProd &&
new HtmlWebpackPlugin({
- title: 'Affine - All In One Workos',
+ title: 'AFFiNE - All In One Workos',
favicon: path.resolve(
__dirname,
'./src/assets/images/favicon.ico'
diff --git a/docs/affine-icons-user-guide.md b/docs/affine-icons-user-guide.md
index 70e9742af8..0e376a4099 100644
--- a/docs/affine-icons-user-guide.md
+++ b/docs/affine-icons-user-guide.md
@@ -1,7 +1,7 @@
-## Affine Icons
+## AFFiNE Icons
> Abundant and colorful icon resource for free free use
Website: [http://localhost:4200/tools/icons](http://localhost:4200/tools/icons)
-Figma: [Figma Affine Icons](https://www.figma.com/file/7pyx5gMz6CN0qSRADmScQ7/AFFINE?node-id=665%3A1734)
+Figma: [Figma AFFiNE Icons](https://www.figma.com/file/7pyx5gMz6CN0qSRADmScQ7/AFFINE?node-id=665%3A1734)
diff --git a/docs/how-to-add-ui-component-in-affine.md b/docs/how-to-add-ui-component-in-affine.md
index dc7ea52c5c..acb2a80911 100644
--- a/docs/how-to-add-ui-component-in-affine.md
+++ b/docs/how-to-add-ui-component-in-affine.md
@@ -1,6 +1,6 @@
# Tutorial
-Affine defines a new component development specification in Figma, extends Affine UI Components based on MUI BASE and MUI SYSTEM, and supplements as needed https://github.com/toeverything/AFFiNE/tree/master/libs/components/ui , eg `src/libs/components/ui/src/button/base-button.ts`
+AFFiNE defines a new component development specification in Figma, extends AFFiNE UI Components based on MUI BASE and MUI SYSTEM, and supplements as needed https://github.com/toeverything/AFFiNE/tree/master/libs/components/ui , eg `src/libs/components/ui/src/button/base-button.ts`
```jsx
import ButtonUnstyled, {
diff --git a/libs/components/account/src/login/firebase.tsx b/libs/components/account/src/login/firebase.tsx
index e2f0a6b08d..55453782bd 100644
--- a/libs/components/account/src/login/firebase.tsx
+++ b/libs/components/account/src/login/firebase.tsx
@@ -106,7 +106,7 @@ export const Firebase = () => {
/>
diff --git a/libs/components/common/src/lib/Logo/LogoImg.tsx b/libs/components/common/src/lib/Logo/LogoImg.tsx
index d104588fe3..1048f8a364 100644
--- a/libs/components/common/src/lib/Logo/LogoImg.tsx
+++ b/libs/components/common/src/lib/Logo/LogoImg.tsx
@@ -6,7 +6,7 @@ export const LogoImg = ({ style = {} }: { style: CSSProperties }) => {
);
};
diff --git a/libs/components/editor-core/src/editor/editor.ts b/libs/components/editor-core/src/editor/editor.ts
index 45db53c678..da46769ed5 100644
--- a/libs/components/editor-core/src/editor/editor.ts
+++ b/libs/components/editor-core/src/editor/editor.ts
@@ -59,7 +59,7 @@ export class Editor implements Virgo {
public bdCommands: Commands;
public ui_container?: HTMLDivElement;
public version = '0.0.1';
- public copyright = '@Affine 2019-2022';
+ public copyright = '@AFFiNE 2020-2022';
private plugin_manager: PluginManager;
private hooks: Hooks;
private views: Record = {};
diff --git a/libs/components/layout/src/header/file-exporter/file-exporter.ts b/libs/components/layout/src/header/file-exporter/file-exporter.ts
index 428ae0dd6e..ccbe9bc5f5 100644
--- a/libs/components/layout/src/header/file-exporter/file-exporter.ts
+++ b/libs/components/layout/src/header/file-exporter/file-exporter.ts
@@ -34,7 +34,7 @@ const FileExporter = {