You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
Scroll down all the way to Line 283. This is where the content you will need to add will be. It's indicated by a comment too.
After doing so replace the Ch1_1 on line 14 and line 326 with the correct substitute.
After this head to src/index.js.
Head to line 24 where you'll see a comment stating LESSONS. Import your lesson id there. It should look something along the lines of import Ch1_1 from "./pages/content/Ch1_1.
Insert <Route path="/learn/chapter1/lesson1" element={<Ch1_1 />} /> under line 54 but replace with the stuff your editing.
Create a pull request and wait for us to approve your changes.