Skip to content

Commit f517a69

Browse files
committed
added it to the side as well
1 parent 15cbd07 commit f517a69

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/components/chapters/SideChapterBox.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ const SideChapterBox = ({
9292
"Deploy Frontend",
9393
"react"
9494
)
95+
96+
const extras = constants.filterByChapter(edges, "Extras")
97+
9598
const allChapters = [
9699
{
97100
chapterEdge: epilouges,
@@ -156,6 +159,10 @@ const SideChapterBox = ({
156159
chapterEdge: deployVue,
157160
chapterTitle: "15. Deploy Frontend",
158161
},
162+
{
163+
chapterEdge: extras,
164+
chapterTitle: "16. Bonus",
165+
},
159166
]
160167

161168
const reactFrontEndPosts = [
@@ -187,6 +194,10 @@ const SideChapterBox = ({
187194
chapterEdge: deployReact,
188195
chapterTitle: "15. Deploy Frontend",
189196
},
197+
{
198+
chapterEdge: extras,
199+
chapterTitle: "16. Bonus",
200+
},
190201
]
191202
return (
192203
<>

0 commit comments

Comments
 (0)