diff --git a/packages/frontend/core/src/components/affine/onboarding/articles/article-2.tsx b/packages/frontend/core/src/components/affine/onboarding/articles/article-2.tsx index 9c84a1af01..ee18fbf6b5 100644 --- a/packages/frontend/core/src/components/affine/onboarding/articles/article-2.tsx +++ b/packages/frontend/core/src/components/affine/onboarding/articles/article-2.tsx @@ -8,12 +8,7 @@ import { BlogLink } from './blog-link'; export const article2: Array = [ { - children: ( -

- Learning with earning with -
retrieval practice -

- ), + children:

Learning with retrieval practice

, offset: { x: -824, y: 0 }, }, { @@ -150,14 +145,14 @@ export const article2: Array = [ { children: , edgelessOnly: true, - position: { x: -300, y: 0 }, + position: { x: -200, y: -50 }, fromPosition: { x: 300, y: -300 }, }, { children: , edgelessOnly: true, - position: { x: -360, y: -20 }, + position: { x: -260, y: -70 }, fromPosition: { x: -360, y: -100 }, enterDelay: 300, customStyle: { @@ -170,7 +165,7 @@ export const article2: Array = [ { children: , edgelessOnly: true, - position: { x: 0, y: 0 }, + position: { x: 50, y: 0 }, fromPosition: { x: 2000, y: -2000 }, }, ]; diff --git a/packages/frontend/core/src/components/affine/onboarding/articles/index.tsx b/packages/frontend/core/src/components/affine/onboarding/articles/index.tsx index d10e28e559..1671220a71 100644 --- a/packages/frontend/core/src/components/affine/onboarding/articles/index.tsx +++ b/packages/frontend/core/src/components/affine/onboarding/articles/index.tsx @@ -158,7 +158,7 @@ const paperBriefs = { '2': (
-

Learning with earning with retrieval practice

+

Learning with retrieval practice

Are there any specific techniques to make the process of learning more effective?