From 080f636c1f7d3435cdcb946131de0979d6e9a5de Mon Sep 17 00:00:00 2001 From: Cats Juice Date: Tue, 26 Dec 2023 07:01:33 +0000 Subject: [PATCH] fix(core): correct title of onboarding article-2 (#5387) --- .../affine/onboarding/articles/article-2.tsx | 13 ++++--------- .../components/affine/onboarding/articles/index.tsx | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) 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?