Skip to content

Commit

Permalink
fix: <ConferenceLocation> position in page
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 22, 2024
1 parent b63af35 commit d029ef1
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 @@ -10,9 +10,9 @@ export default function Home() {
<main>
<Navbar />
<Hero />
<ConferenceLocation />
<CountDown />
<Speakers />
<ConferenceLocation />
<Tweets />
</main>
);
Expand Down

0 comments on commit d029ef1

Please sign in to comment.