Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ In this step, we will be setting up the `Landing` component to display data and
* Open `src/components/Landing/FeaturedProduct/FeaturedProduct.js`.
* Import `Link` from `react-router-dom`.
* Update all the comments with the appropriate prop.
* Modify the `h3` element with the `className` of `featured-produce__name`:
* Modify the `h3` element with the `className` of `featured-product__name`:
* This element should be wrapped in a `Link` element.
* The `Link` element should have a `to` prop that equals ``` { `/details/${name}` } ```.
* Modify the `p` element with the `className` of `featured-product__price-reduced`:
Expand Down