Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Oct 17, 2020
1 parent 858b2f7 commit ce21cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 17_React_Router/17_react_router.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[<< Day 16](../16_Higher_Order_Component/16_higher_order_component.md) | [Day 18 >>]()

![30 Days of React banner](../images/30_days_of_react_banner_day_16.jpg)
![30 Days of React banner](../images/30_days_of_react_banner_day_17.jpg)

- [React Router](#react-router)
- [What is React Router ?](#what-is-react-router-)
Expand Down Expand Up @@ -488,11 +488,11 @@ class App extends Component {
</ul>

<Switch>
<Route path='*' exact component={NotFound} />
<Route path='/about' component={About} />
<Route path='/contact' component={Contact} />
<Route path='/challenge' component={Challenges} />
<Route path='/' component={Home} />
<Route component={NotFound} />
</Switch>
</div>
</Router>
Expand Down

0 comments on commit ce21cee

Please sign in to comment.