Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/contents/13.en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,11 @@ export default () => (
description={<>Things will get harder!</>}
/>
<P>
<Bold>But:</Bold>{' '}
<Highlight>
You don’t need to understand everything immediately. Even if you
don’t completely get it, please keep reading!
</Highlight>
</P>
<EmojiSeparator
emojis={['✨', '🤗', '✨']}
description={
<>
You don’t need to
<br />
understand everything immediately!
</>
}
/>
</>
)
},
Expand Down
11 changes: 3 additions & 8 deletions src/contents/14.en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,21 @@ export default () => (
cards={[
{
type: 'summary',
title: <>The most complicated lunchbox you’ve seen</>,
title: <>The most complicated lunchbox ever</>,
content: (
<>
<P>
In this page, I’ll show you the most complicated lunchbox you’ve
seen.
In this page, I’ll show you the most complicated lunchbox ever.
</P>
<EmojiSeparator
emojis={['⚠️', '🍱', '⚠️']}
description={<>The most complicated lunchbox you’ve seen</>}
description={<>The most complicated lunchbox ever</>}
/>
<P>
It will be hard, but{' '}
<Highlight>you don’t need to understand everything.</Highlight>{' '}
Even if you don’t fully get it, you should keep reading!
</P>
<EmojiSeparator
emojis={['✨', '🤗', '✨']}
description={<>You don’t need to understand everything!</>}
/>
</>
)
},
Expand Down
4 changes: 1 addition & 3 deletions src/contents/9.en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ export default () => (
</Highlight>
</P>
<ReproducePlusOne />
<P>
<Bold>That’s it for the quick review.</Bold> Let’s continue!
</P>
<P>That’s it for the quick review. Let’s continue!</P>
</>
)
},
Expand Down