From 7c9b3b83d6b5825da5b3e703d5abf6c228c0068c Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 26 Sep 2023 16:51:18 -0500 Subject: [PATCH] Corrected the spelling on the footer and updated the readme.md --- README.md | 2 +- src/components/footer/FooterMiddle.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ffbea4..dc0ee14 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # trailBlazerSupply-frontend -This is a web store i am building. \ No newline at end of file +This is a web store I am building. \ No newline at end of file diff --git a/src/components/footer/FooterMiddle.jsx b/src/components/footer/FooterMiddle.jsx index 18c1ea5..1bd1988 100644 --- a/src/components/footer/FooterMiddle.jsx +++ b/src/components/footer/FooterMiddle.jsx @@ -37,7 +37,7 @@ const FooterMiddle = () => { { title: "Your Orders", id:"001", link: "orders" }, { title: "Shipping Rates", id:"002", link: "shipping" }, { title: "Privacy Policy", id:"003", link: "privacypolicy" }, - { title: "Terms and Condtions", id:"004", link: "Terms" } + { title: "Terms and Conditions", id:"004", link: "Terms" } ], }, ];