Skip to content

Commit

Permalink
reorder page content
Browse files Browse the repository at this point in the history
  • Loading branch information
asl3 committed Feb 26, 2024
1 parent 937e9c5 commit 4774697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const Footer = () => {
<a href="https://github.com/asl3">
<div>Built by Amanda Liu</div>
<br></br>
<div>Theme by Brittany Chiang</div>
<div>Theme Inspo from Brittany Chiang</div>
</a>
</StyledCredit>
</StyledFooter>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const IndexPage = ({ location }) => (
<StyledMainContainer className="fillHeight">
<Hero />
<About />
<Jobs />
<Featured />
<Jobs />
<Projects />
<Contact />
</StyledMainContainer>
Expand Down

0 comments on commit 4774697

Please sign in to comment.