Skip to content

Commit

Permalink
fix: article과 experience 순서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Coalery committed Jun 23, 2024
1 parent 865d3ca commit 60c7ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ export default function Home() {
<main className="mx-auto my-12 max-w-screen-sm p-4">
<Header />
<WorkSection />
<ExperienceSection />
<ArticleSection />
<ExperienceSection />
<Footer />
</main>
);
Expand Down

0 comments on commit 60c7ec2

Please sign in to comment.