Fix broken next page links on day 4 and 5

pull/178/head
Chaim Stanton 3 years ago
parent d0c066fcb9
commit fe55f103d3

@ -14,7 +14,7 @@
</div>
[<< Day 3](../30-Days-Of-React/03_Day_Setting_Up/03_setting_up.md) | [Day 5 >>](../05_Day_Props/05_props.md)
[<< Day 3](../03_Day_Setting_Up/03_setting_up.md) | [Day 5 >>](../05_Day_Props/05_props.md)
![30 Days of React banner](../images/30_days_of_react_banner_day_4.jpg)
@ -517,4 +517,4 @@ ReactDOM.render(<HexaColor />, rootElement)
🎉 CONGRATULATIONS ! 🎉
[<< Day 3](../30-Days-Of-React/03_Day_Setting_Up/03_setting_up.md) | [Day 5 >>](../05_Day_Props/05_props.md)
[<< Day 3](../03_Day_Setting_Up/03_setting_up.md) | [Day 5 >>](../05_Day_Props/05_props.md)

@ -14,7 +14,7 @@
</div>
[<< Day 4](../04_Day_Component/04_components.md) | [Day 6 >>](../06_Day_Map_List_Keys/06_map_list_keys.md)
[<< Day 4](../04_Day_Components/04_components.md) | [Day 6 >>](../06_Day_Map_List_Keys/06_map_list_keys.md)
![30 Days of React banner](../images/30_days_of_react_banner_day_5.jpg)
@ -1096,4 +1096,4 @@ We will cover propTypes in detail in other sections.
🎉 CONGRATULATIONS ! 🎉
[<< Day 4](../04_Day_Component/04_components.md) | [Day 6 >>](../06_Day_Map_List_Keys/06_map_list_keys.md)
[<< Day 4](../04_Day_Components/04_components.md) | [Day 6 >>](../06_Day_Map_List_Keys/06_map_list_keys.md)

Loading…
Cancel
Save