Skip to content

Commit

Permalink
Moving carousel below info
Browse files Browse the repository at this point in the history
Signed-off-by: FordoA455 <[email protected]>
  • Loading branch information
FordoA455 committed Dec 3, 2024
1 parent 0361af0 commit 55800db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ function App() {
<Title></Title>
</div>
<div className="info" ref={info}>
<Carousel></Carousel>
<InfoPage></InfoPage>
<Carousel></Carousel>
</div>
<div className="schedule" ref={schedule}>
<Schedule></Schedule>
Expand Down

0 comments on commit 55800db

Please sign in to comment.