Skip to content

Commit de6a75b

Browse files
committed
done adding chapters
1 parent a31e98c commit de6a75b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/chapters/Chapters.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ const Chapters = ({
154154
chapterEdge: allBookingsPosts,
155155
chapterTitle: "14. Make A Booking",
156156
},
157+
{
158+
chapterEdge: deployVue,
159+
chapterTitle: "15. Deploy Frontend",
160+
},
157161
]
158162

159163
const reactFrontEndPosts = [
@@ -181,6 +185,10 @@ const Chapters = ({
181185
chapterEdge: allMakeAMutationReactPosts,
182186
chapterTitle: "14. Make A Booking",
183187
},
188+
{
189+
chapterEdge: deployReact,
190+
chapterTitle: "15. Deploy Frontend",
191+
},
184192
]
185193
return (
186194
<>

0 commit comments

Comments
 (0)