Skip to content

Commit

Permalink
Reorder summary
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjid committed Jan 1, 2024
1 parent 81a9fab commit ff2f35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export default function Page() {
<main className="container relative mx-auto scroll-my-12 overflow-auto p-4 print:p-12 md:p-16">
<section className="mx-auto w-full max-w-2xl space-y-8 bg-white print:space-y-6">
<Top data={{ ...resume }} />
<Summary data={{ ...resume }} />
<Experience data={{ ...resume }} />
<Achievements data={{ ...resume }} />
<Summary data={{ ...resume }} />
<Skills data={{ ...resume }} />
</section>

Expand Down

0 comments on commit ff2f35c

Please sign in to comment.