We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2a019 commit f104c94Copy full SHA for f104c94
src/App.js
@@ -18,6 +18,7 @@ function App() {
18
<Navbar/>
19
<Routes>
20
<Route path='/' element={<Shop/>}/>
21
+ <Route path='/Ajax-Clothings' element={<Shop/>}/>
22
<Route path='/mens' element={<ShopCategory banner={men_banner} category="men"/>}/>
23
<Route path='/womens' element={<ShopCategory banner={women_banner} category="women"/>}/>
24
<Route path='/kids' element={<ShopCategory banner={kids_banner} category="kid"/>}/>
src/componenets/Footer/Footer.jsx
@@ -10,7 +10,7 @@ export const Footer = () => {
10
<div className='footer'>
11
<div className="footer-logo">
12
<img src={footer_logo} alt="" />
13
- <p>SHOPPER</p>
+ <p>Ajax Clothings</p>
14
<ul className="footer-links">
15
<li>Company</li>
16
<li>Products</li>
0 commit comments