fix(core): correct title of onboarding article-2 (#5387)

This commit is contained in:
Cats Juice 2023-12-26 07:01:33 +00:00
parent 03b68e2654
commit 080f636c1f
No known key found for this signature in database
GPG Key ID: 1C1E76924FAFDDE4
2 changed files with 5 additions and 10 deletions

View File

@ -8,12 +8,7 @@ import { BlogLink } from './blog-link';
export const article2: Array<OnboardingBlockOption> = [
{
children: (
<h1>
Learning with earning with
<br /> retrieval practice
</h1>
),
children: <h1>Learning with retrieval practice</h1>,
offset: { x: -824, y: 0 },
},
{
@ -150,14 +145,14 @@ export const article2: Array<OnboardingBlockOption> = [
{
children: <img draggable={false} width={380} src={embed1png} />,
edgelessOnly: true,
position: { x: -300, y: 0 },
position: { x: -200, y: -50 },
fromPosition: { x: 300, y: -300 },
},
{
children: <img draggable={false} width={309} src={note1png} />,
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<OnboardingBlockOption> = [
{
children: <img draggable={false} width={1800} src={note2png} />,
edgelessOnly: true,
position: { x: 0, y: 0 },
position: { x: 50, y: 0 },
fromPosition: { x: 2000, y: -2000 },
},
];

View File

@ -158,7 +158,7 @@ const paperBriefs = {
'2': (
<div className={articleWrapper}>
<article className={article}>
<h1 className={title}>Learning with earning with retrieval practice</h1>
<h1 className={title}>Learning with retrieval practice</h1>
<p className={text}>
Are there any specific techniques to make the process of learning more
effective?