predeployment

Just need to add something to homepage and split about carousel
This commit is contained in:
2021-09-30 14:07:52 -04:00
parent 3d80329b28
commit b7313306c3
5 changed files with 38 additions and 24 deletions

View File

@@ -24,13 +24,9 @@ function App() {
<Link to='/about'>About</Link>
</Nav>
</div>
<div className='foreground'>
<Route exact path='/'><Home /></Route>
<Route exact path='/'><Home /></Route>
<Route exact path='/projects'><Projects /></Route>
<Route exact path='/about'><AboutMe /></Route>
</div>
<div className='footer'>
<Socials />
</div>