feat: improve copilot plugin (#3459)

This commit is contained in:
Alex Yang
2023-07-29 00:37:01 -07:00
committed by GitHub
parent 52809a2783
commit ce0c1c39e2
7 changed files with 101 additions and 86 deletions

View File

@@ -17,7 +17,7 @@ export const HeaderItem = (): ReactElement => {
return {
direction: 'horizontal',
first: 'editor',
second: '@affine/copilot',
second: '@affine/copilot-plugin',
splitPercentage: 70,
};
} else {