Skip to content

Commit

Permalink
chore: update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Oct 4, 2024
1 parent c9a3951 commit 7cad915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import { SITE } from "@/consts";
<div class="container mx-auto my-24 xl:my-5">
<Heading title="About Me" />
<div class="space-y-8 md:col-span-4">
<Education class="order-first" />
<Awards class="order-first" />
<Experience />
<Skills />
<Awards class="order-first" />
<Education class="order-first" />
</div>
</div>
</BaseLayout>

0 comments on commit 7cad915

Please sign in to comment.