Corrected the spelling on the footer and updated the readme.md
parent
8b3c8638b2
commit
7c9b3b83d6
|
@ -1,3 +1,3 @@
|
||||||
# trailBlazerSupply-frontend
|
# trailBlazerSupply-frontend
|
||||||
|
|
||||||
This is a web store i am building.
|
This is a web store I am building.
|
|
@ -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" }
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue