Skip to content

Commit

Permalink
fix typo errors
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Mar 4, 2024
1 parent 838232f commit ce3ba32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ All components have been built in such a way that new elements can be added dyna
For example, to extend the menu with an additional navigation element, go to the file under the path:

```
/src/componenets/constants/header-links.tsx
/src/components/constants/header-links.tsx
```

and add another line/object inside the `HEADER_LINKS` array:
Expand All @@ -97,7 +97,7 @@ export const HEADER_LINKS = [
Similarly, to add a new product in the `Products.tsx` component, navigate to:

```
/src/componenets/Products/Products.tsx
/src/components/Products/Products.tsx
```

and add a new Product typing a new object in `ProductsItemsList` array below:
Expand Down

0 comments on commit ce3ba32

Please sign in to comment.