diff --git a/src/contents/2.en.tsx b/src/contents/2.en.tsx
index 0e3c7bc49..280094c7a 100644
--- a/src/contents/2.en.tsx
+++ b/src/contents/2.en.tsx
@@ -1,15 +1,7 @@
/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import EpisodeCardList from 'src/components/EpisodeCardList'
-import {
- P,
- Hr,
- Highlight,
- Ul,
- UlLi,
- Bold,
- Italic
-} from 'src/components/ContentTags'
+import { P, Highlight, Bold, Italic } from 'src/components/ContentTags'
import CustomEmoji from 'src/components/CustomEmoji'
import EmojiSeparator from 'src/components/EmojiSeparator'
import EmojiNumber from 'src/components/EmojiNumber'
@@ -72,7 +64,7 @@ export const Conclusion = () => (
was absolutely necessary for the villagers in Lambda Village.
✨, 🔁, ✨]}
description={
<>
By using{' '}
@@ -259,18 +251,7 @@ export default () => (
.
-
- Oops! It didn’t calculate {' '}
- ➖
- >
- }
- />
-
- Were you able to figure out why this happened? 😉
-
+ Were you able to figure out why this happened?
>
)
},
@@ -294,19 +275,6 @@ export default () => (
.
- ❌,
- ,
- ❌
- ]}
- description={
- <>
- Wrong number of
- ’s
- >
- }
- />
If you wanted to calculate {' '}
➖ , you need to have{' '}
@@ -354,28 +322,12 @@ export default () => (
’s or
’s, then you won’t be able to calculate additions or subtractions
- correctly. 😭
+ correctly.
Now, here’s a question:{' '}
How can we avoid mistakes like this?
- ,
- 🤔,
-
- ]}
- description={
- <>
- How do we avoid putting
-
- the wrong number of
- ’s or
- ’s?
- >
- }
- />
>
)
},
@@ -468,51 +420,13 @@ export default () => (
- Summary:{' '}
+ Summary: By using{' '}
+ ,{' '}
- If there’s{' '}
-
-
- {' '}
- next to , it repeats{' '}
- eight times
-
- .
-
-
-
- ,
-
- ]}
- />
-
- ,
- ,
- ,
- ,
- ,
- ,
- ,
-
- ]}
- description={
- <>
- Repeats eight times
- >
- }
- />
-
- By using ,{' '}
-
you can specify the number of times{' '}
gets repeated
-
- . 🤗
+
+ .
>
)
@@ -536,71 +450,8 @@ export default () => (
This is how you can calculate {' '}
- ➕ . 😉
-
- >
- )
- },
- {
- title: (
- <>
-
- >
- ),
- content: (
- <>
- Here’s the summary:
-
-
-
-
- If there’s{' '}
-
-
- {' '}
- to the left of , then…
-
-
-
-
- When you it,{' '}
- gets repeated for{' '}
- times.
-
-
-
-
-
- Of course, you can use instead of{' '}
- as well.
-
-
- gets repeated{' '}
- times
-
-
-
- So this is how{' '}
-
-
- {' '}
- works!
+ ➕ .
- ✨, 🔁, ✨]}
- description={
- <>
-
-
-
- >
- }
- />
>
)
},
@@ -629,10 +480,7 @@ export default () => (
🅰️ as and{' '}
🅱️ as .
-
- Set 🅰️ as and{' '}
- 🅱️ as .
-
+
If you it, it
calculates ➕{' '}
@@ -651,8 +499,7 @@ export default () => (
you won’t use the wrong number of
’s again!
- {' '}
- 😉
+
>
)