Skip to content

Commit

Permalink
fix(*): adjusted about page
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Mar 20, 2022
1 parent a0dfdac commit e44dc00
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Pages/About/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ import HeroImage from '../../Components/Hero/heroImage';
import { StyledHr } from '../../Layout/Hr/styledHr';
import { StyledQuoteContainer, StyledQuote, StyledQuoteAuthor } from '../../Layout/Quote/styledQuote';
import Timeline from '../../Components/Timeline/timeline';
import NavBar from '../../Components/NavBar/NavBar';
import Footer from '../../Components/Footer/Footer';

const About = () => {
return (
<div>
<>
<NavBar/>
<HeroImage About/>
<StyledHr Primary/>
<StyledQuoteContainer>
Expand All @@ -20,7 +23,8 @@ const About = () => {
<StyledHr Primary/>
<Timeline/>
<StyledHr Primary/>
</div>
<Footer/>
</>
)
}

Expand Down

0 comments on commit e44dc00

Please sign in to comment.