We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82b323 commit 15cbd07Copy full SHA for 15cbd07
src/components/chapters/Chapters.js
@@ -94,6 +94,8 @@ const Chapters = ({
94
"Deploy Frontend",
95
"react"
96
)
97
+
98
+ const extras = constants.filterByChapter(edges, "Extras")
99
const allChapters = [
100
{
101
chapterEdge: epilouges,
@@ -158,6 +160,10 @@ const Chapters = ({
158
160
chapterEdge: deployVue,
159
161
chapterTitle: "15. Deploy Frontend",
162
},
163
+ {
164
+ chapterEdge: extras,
165
+ chapterTitle: "16. Bonus",
166
+ },
167
]
168
169
const reactFrontEndPosts = [
@@ -189,6 +195,10 @@ const Chapters = ({
189
195
chapterEdge: deployReact,
190
196
191
197
198
199
200
201
192
202
193
203
return (
194
204
<>
0 commit comments