We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff6403 commit 71236e1Copy full SHA for 71236e1
src/App.js
@@ -39,7 +39,7 @@ class App extends Component {
39
path="/mountain"
40
render={() => <Item searchTerm="mountain" />}
41
/>
42
- <Route path="/beach" render={() => <Item searchTerm="beach" />} />
+ <Route path="/sea" render={() => <Item searchTerm="sea" />} />
43
<Route path="/bird" render={() => <Item searchTerm="bird" />} />
44
<Route path="/food" render={() => <Item searchTerm="food" />} />
45
<Route
0 commit comments