diff --git a/apps/web/src/components/blocksuite/block-suite-editor/index.tsx b/apps/web/src/components/blocksuite/block-suite-editor/index.tsx index 9e442e67b..5eef15ee6 100644 --- a/apps/web/src/components/blocksuite/block-suite-editor/index.tsx +++ b/apps/web/src/components/blocksuite/block-suite-editor/index.tsx @@ -16,7 +16,7 @@ export type EditorProps = { style?: CSSProperties; }; -import markdown from '../../../templates/Welcome-to-AFFiNE-Alpha-Downhills.md'; +import markdown from '../../../templates/Welcome-to-AFFiNE.md'; const exampleTitle = markdown .split('\n')