Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit f4a7f40

Browse files
committed
Remove more emojis
1 parent 2aecf43 commit f4a7f40

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

src/pages/todo.tsx

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,6 @@ const Page = () => (
144144
many JS programmers already know how to build one. There should be
145145
more TypeScript tutorials featuring a todo app.
146146
</P>
147-
<EmojiSeparator
148-
emojis={['check', 'smilingCat', 'check']}
149-
description={
150-
<>
151-
There should be more TypeScript tutorials featuring a todo app
152-
</>
153-
}
154-
/>
155147
<P>
156148
In this tutorial,{' '}
157149
<Highlight>
@@ -200,15 +192,6 @@ const Page = () => (
200192
more.
201193
</UlLi>
202194
</Ul>
203-
<EmojiSeparator
204-
emojis={['sparkles', 'bird', 'sparkles']}
205-
description={
206-
<>
207-
I’m only going to cover essentials. My goal is to make you
208-
want to learn more.
209-
</>
210-
}
211-
/>
212195
<P>
213196
There are <strong>3 sections</strong> total in this article. Here
214197
are the topics covered in each section:
@@ -665,12 +648,6 @@ const Page = () => (
665648
TypeScript can prevent the mistake Little Duckling made!
666649
</Highlight>
667650
</P>
668-
<EmojiSeparator
669-
emojis={['sparkles', 'chickEgg', 'sparkles']}
670-
description={
671-
<>TypeScript can prevent the mistake Little Duckling made!</>
672-
}
673-
/>
674651
<P>
675652
Just to make sure, let’s try again with the correct code. I’ve
676653
added the <Code>id</Code> property to the returned object.{' '}
@@ -843,15 +820,6 @@ const Page = () => (
843820
TypeScript can prevent the mistake Little Duckling made!
844821
</Highlight>
845822
</P>
846-
<EmojiSeparator
847-
emojis={['sparkles', 'chickEgg', 'sparkles']}
848-
description={
849-
<>
850-
TypeScript’s <Code>readonly</Code> keyword can prevent the
851-
mistake Little Duckling made!
852-
</>
853-
}
854-
/>
855823
<P>
856824
By the way, the earlier implementation we used will continue to
857825
work because it does NOT modify the input todo item.

0 commit comments

Comments
 (0)