mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 22:09:08 +08:00
fix(core): correct title of onboarding article-2 (#5387)
This commit is contained in:
@@ -8,12 +8,7 @@ import { BlogLink } from './blog-link';
|
|||||||
|
|
||||||
export const article2: Array<OnboardingBlockOption> = [
|
export const article2: Array<OnboardingBlockOption> = [
|
||||||
{
|
{
|
||||||
children: (
|
children: <h1>Learning with retrieval practice</h1>,
|
||||||
<h1>
|
|
||||||
Learning with earning with
|
|
||||||
<br /> retrieval practice
|
|
||||||
</h1>
|
|
||||||
),
|
|
||||||
offset: { x: -824, y: 0 },
|
offset: { x: -824, y: 0 },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -150,14 +145,14 @@ export const article2: Array<OnboardingBlockOption> = [
|
|||||||
{
|
{
|
||||||
children: <img draggable={false} width={380} src={embed1png} />,
|
children: <img draggable={false} width={380} src={embed1png} />,
|
||||||
edgelessOnly: true,
|
edgelessOnly: true,
|
||||||
position: { x: -300, y: 0 },
|
position: { x: -200, y: -50 },
|
||||||
fromPosition: { x: 300, y: -300 },
|
fromPosition: { x: 300, y: -300 },
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
children: <img draggable={false} width={309} src={note1png} />,
|
children: <img draggable={false} width={309} src={note1png} />,
|
||||||
edgelessOnly: true,
|
edgelessOnly: true,
|
||||||
position: { x: -360, y: -20 },
|
position: { x: -260, y: -70 },
|
||||||
fromPosition: { x: -360, y: -100 },
|
fromPosition: { x: -360, y: -100 },
|
||||||
enterDelay: 300,
|
enterDelay: 300,
|
||||||
customStyle: {
|
customStyle: {
|
||||||
@@ -170,7 +165,7 @@ export const article2: Array<OnboardingBlockOption> = [
|
|||||||
{
|
{
|
||||||
children: <img draggable={false} width={1800} src={note2png} />,
|
children: <img draggable={false} width={1800} src={note2png} />,
|
||||||
edgelessOnly: true,
|
edgelessOnly: true,
|
||||||
position: { x: 0, y: 0 },
|
position: { x: 50, y: 0 },
|
||||||
fromPosition: { x: 2000, y: -2000 },
|
fromPosition: { x: 2000, y: -2000 },
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ const paperBriefs = {
|
|||||||
'2': (
|
'2': (
|
||||||
<div className={articleWrapper}>
|
<div className={articleWrapper}>
|
||||||
<article className={article}>
|
<article className={article}>
|
||||||
<h1 className={title}>Learning with earning with retrieval practice</h1>
|
<h1 className={title}>Learning with retrieval practice</h1>
|
||||||
<p className={text}>
|
<p className={text}>
|
||||||
Are there any specific techniques to make the process of learning more
|
Are there any specific techniques to make the process of learning more
|
||||||
effective?
|
effective?
|
||||||
|
|||||||
Reference in New Issue
Block a user