Skip to content

Commit ee218c2

Browse files
committed
fix: fix section sequence
1 parent 5745d20 commit ee218c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default function HomePage() {
1717
<StatsAndReviews />
1818
<PythonFoundation />
1919
<Partners />
20-
<Sponsors />
2120
<UpcomingEvents/>
21+
<Sponsors />
2222
<Footer />
2323
</main>
2424
);

0 commit comments

Comments
 (0)