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 15cbd07 commit f517a69Copy full SHA for f517a69
src/components/chapters/SideChapterBox.js
@@ -92,6 +92,9 @@ const SideChapterBox = ({
92
"Deploy Frontend",
93
"react"
94
)
95
+
96
+ const extras = constants.filterByChapter(edges, "Extras")
97
98
const allChapters = [
99
{
100
chapterEdge: epilouges,
@@ -156,6 +159,10 @@ const SideChapterBox = ({
156
159
chapterEdge: deployVue,
157
160
chapterTitle: "15. Deploy Frontend",
158
161
},
162
+ {
163
+ chapterEdge: extras,
164
+ chapterTitle: "16. Bonus",
165
+ },
166
]
167
168
const reactFrontEndPosts = [
@@ -187,6 +194,10 @@ const SideChapterBox = ({
187
194
chapterEdge: deployReact,
188
195
189
196
197
198
199
200
190
201
191
202
return (
192
203
<>
0 commit comments