Skip to content

Commit 747b8dc

Browse files
committed
feat: add EventDayInfo component to index page
1 parent 2ade9b7 commit 747b8dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/index.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import ShowSponsors from "../components/ShowSponsors.astro";
77
import ShowCollaborators from "../components/ShowCollaborators.astro";
88
import ShowStart from "../components/ShowStart.astro";
99
import Footer from "../components/Footer.astro";
10+
import EventDayInfo from "../components/EventDayInfo.astro";
1011
---
1112

1213
<Layout title="HackUDC — Accept the Challenge">
@@ -23,6 +24,7 @@ import Footer from "../components/Footer.astro";
2324
class="absolute top-[100vh] left-0 right-0 h-48 bg-gradient-to-b from-black via-black/30 to-transparent z-10"
2425
>
2526
</div>
27+
<EventDayInfo />
2628
<Info />
2729
<ShowSponsors />
2830
<ShowCollaborators />

0 commit comments

Comments
 (0)