Skip to content

Commit

Permalink
Reorder Home
Browse files Browse the repository at this point in the history
  • Loading branch information
adamplesnik committed Nov 29, 2024
1 parent c4aac2c commit 8bc5ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const Home = () => {
return (
<>
<Intro />
<MhdPreview />
<KolbordPreview />
<MhdPreview />
<div className="flex flex-col md:flex-row">
<AndyPreview />
<ThankfulPreview />
Expand Down

0 comments on commit 8bc5ebb

Please sign in to comment.