Corrected the spelling on the footer and updated the readme.md

main
Jeremy Hayes 2023-09-26 16:51:18 -05:00
parent 8b3c8638b2
commit 7c9b3b83d6
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# trailBlazerSupply-frontend # trailBlazerSupply-frontend
This is a web store i am building. This is a web store I am building.

View File

@ -37,7 +37,7 @@ const FooterMiddle = () => {
{ title: "Your Orders", id:"001", link: "orders" }, { title: "Your Orders", id:"001", link: "orders" },
{ title: "Shipping Rates", id:"002", link: "shipping" }, { title: "Shipping Rates", id:"002", link: "shipping" },
{ title: "Privacy Policy", id:"003", link: "privacypolicy" }, { title: "Privacy Policy", id:"003", link: "privacypolicy" },
{ title: "Terms and Condtions", id:"004", link: "Terms" } { title: "Terms and Conditions", id:"004", link: "Terms" }
], ],
}, },
]; ];