Skip to content

Commit

Permalink
typo fixed in About us page
Browse files Browse the repository at this point in the history
  • Loading branch information
chetannada committed Feb 25, 2023
1 parent 3219045 commit c61328c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chapter 07 - Finding the Path/Coding/Components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const About = () => {
<div className="about-container">
<div className="about-left">
<h1>
Welcome to <br /> The world of <br /> <span>Testy & Fresh Food</span>
Welcome to <br /> The world of <br /> <span>Tasty & Fresh Food</span>
</h1>
<h4>
"Better you will feel if you eat a Food<span>Fire</span> healthy meal"
Expand Down
2 changes: 1 addition & 1 deletion Chapter 08 - Let's get Classy/Coding/Components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const About = () => {
<div className="about-left">
<h1>
Welcome to <br /> The world of <br />{" "}
<span>Testy & Fresh Food</span>
<span>Tasty & Fresh Food</span>
</h1>
<h4>
"Better you will feel if you eat a Food<span>Fire</span> healthy
Expand Down
2 changes: 1 addition & 1 deletion Chapter 09 - Optimizing our App/Coding/Components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const About = () => {
<div className="about-left">
<h1>
Welcome to <br /> The world of <br />{" "}
<span>Testy & Fresh Food</span>
<span>Tasty & Fresh Food</span>
</h1>
<h4>
"Better you will feel if you eat a Food<span>Fire</span> healthy
Expand Down

0 comments on commit c61328c

Please sign in to comment.