mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
Third Commit
This commit is contained in:
@@ -22,6 +22,6 @@ function App() {
|
|||||||
</Router>
|
</Router>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
};
|
||||||
|
|
||||||
export default App;
|
export default App;
|
||||||
@@ -17,14 +17,14 @@ function Navbar() {
|
|||||||
<img src={Logo} />
|
<img src={Logo} />
|
||||||
<div className='hiddenLinks'>
|
<div className='hiddenLinks'>
|
||||||
<Link to="/"> Home </Link>
|
<Link to="/"> Home </Link>
|
||||||
<Link to="/shop"> Shop </Link>
|
<Link to="/shop"> Store </Link>
|
||||||
<Link to="/about"> About </Link>
|
<Link to="/about"> About </Link>
|
||||||
<Link to="/contact"> Contact </Link>
|
<Link to="/contact"> Contact </Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className='rightSide'>
|
<div className='rightSide'>
|
||||||
<Link to="/"> Home </Link>
|
<Link to="/"> Home </Link>
|
||||||
<Link to="/shop"> Shop </Link>
|
<Link to="/shop"> Store </Link>
|
||||||
<Link to="/about"> About </Link>
|
<Link to="/about"> About </Link>
|
||||||
<Link to="/contact"> Contact </Link>
|
<Link to="/contact"> Contact </Link>
|
||||||
<button onClick={toggleNavbar}>
|
<button onClick={toggleNavbar}>
|
||||||
|
|||||||
Reference in New Issue
Block a user