Skip to content

Commit

Permalink
Add footer to resume too
Browse files Browse the repository at this point in the history
It's long enough to not look weird
  • Loading branch information
banga committed Dec 30, 2023
1 parent 374ff0a commit c7d5bdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/ResumePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { BuildContext } from "../components/BuildContext.js";
import { PROJECTS_PATH, RESUME_PATH } from "../consts.js";
import { Header } from "../components/Header.js";
import { Link } from "../components/Link.js";
import { Footer } from "../components/Footer.js";

function Heading() {
return (
Expand Down Expand Up @@ -290,6 +291,7 @@ export function ResumePage() {
<div className="flex-col m1">
<Header pathName={RESUME_PATH} />
<Resume />
<Footer />
</div>
</Page>
)}
Expand Down

0 comments on commit c7d5bdc

Please sign in to comment.