Skip to content

Commit 15cbd07

Browse files
committed
added bonus chapters
1 parent d82b323 commit 15cbd07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/components/chapters/Chapters.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ const Chapters = ({
9494
"Deploy Frontend",
9595
"react"
9696
)
97+
98+
const extras = constants.filterByChapter(edges, "Extras")
9799
const allChapters = [
98100
{
99101
chapterEdge: epilouges,
@@ -158,6 +160,10 @@ const Chapters = ({
158160
chapterEdge: deployVue,
159161
chapterTitle: "15. Deploy Frontend",
160162
},
163+
{
164+
chapterEdge: extras,
165+
chapterTitle: "16. Bonus",
166+
},
161167
]
162168

163169
const reactFrontEndPosts = [
@@ -189,6 +195,10 @@ const Chapters = ({
189195
chapterEdge: deployReact,
190196
chapterTitle: "15. Deploy Frontend",
191197
},
198+
{
199+
chapterEdge: extras,
200+
chapterTitle: "16. Bonus",
201+
},
192202
]
193203
return (
194204
<>

0 commit comments

Comments
 (0)