We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ade9b7 commit 747b8dcCopy full SHA for 747b8dc
src/pages/index.astro
@@ -7,6 +7,7 @@ import ShowSponsors from "../components/ShowSponsors.astro";
7
import ShowCollaborators from "../components/ShowCollaborators.astro";
8
import ShowStart from "../components/ShowStart.astro";
9
import Footer from "../components/Footer.astro";
10
+import EventDayInfo from "../components/EventDayInfo.astro";
11
---
12
13
<Layout title="HackUDC — Accept the Challenge">
@@ -23,6 +24,7 @@ import Footer from "../components/Footer.astro";
23
24
class="absolute top-[100vh] left-0 right-0 h-48 bg-gradient-to-b from-black via-black/30 to-transparent z-10"
25
>
26
</div>
27
+ <EventDayInfo />
28
<Info />
29
<ShowSponsors />
30
<ShowCollaborators />
0 commit comments