Skip to content

Commit

Permalink
Updated Schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
darshchaurasia committed Oct 23, 2024
1 parent 2bbcd89 commit c851bea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion components/Faq/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const HacksFaq = [
),
answer: (
<>
Everyone from ASU is eligible, as long as we don't reach the venue's maximum capacity. 😊
Every student from ASU is eligible, as long as we don't reach the venue's maximum capacity. 😊
</>
),
},
Expand Down
36 changes: 18 additions & 18 deletions components/Timeline/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,48 @@ const items = [
{
key: 0,
title: "26th Oct 10:00 AM",
cardTitle: "Day 1: Check-in",
cardTitle: "Day 1: Check-in & Breakfast",
cardDetailedText: "Check-in and get ready for the event.",
},
{
key: 1,
title: "26th Oct 10:30 AM",
title: "26th Oct 11:00 AM",
cardTitle: "Hackathon Opening Ceremony",
cardDetailedText:
"Let's kickoff Hack SoDA 2024!",
},
{
key: 2,
title: "26th Oct 11:30 AM",
cardTitle: "Hacking Period Starts",
cardDetailedText: "Join with over 300+ innovative minds and start building.",
title: "26th Oct 12:00 PM",
cardTitle: "Hacking Period & Lunch Begins",
cardDetailedText: "Join with over 300+ innovative minds and start building. Enjoy some delicious lunch as well.",
},
{
key: 3,
title: "26th Oct 1:00 PM",
cardTitle: "Lunch Time!",
cardDetailedText:"Take a break and enjoy some delicious lunch.",
},
{
key: 4,
title: "26th Oct 7:00 PM",
title: "26th Oct 7:30 PM",
cardTitle: "Dinner Time!",
cardDetailedText:"Recharge your battery with some delicious dinner!",
},
{
key: 5,
key: 4,
title: "26th Oct 10:40 PM",
cardTitle: "End of Day 1",
cardDetailedText:"Hacking stops at Venue. Feel free to continue it overnight.",
},
{
key: 6,
key: 5,
title: "27th Oct 9:00 AM",
cardTitle: "Day 2: Check-in",
cardDetailedText:"Join us back at the Venue!",
},
{
key: 7,
key: 9,
title: "27th Oct 10:00 AM - 1:00 PM",
cardTitle: "Brunch Time",
cardDetailedText: "Enjoy some delicious brunch to start Day 2!",
},
{
key: 6,
title: "27th Oct 11:45 AM - 12:00 PM",
cardTitle: "Submission Time!",
cardDetailedText: "Submit your project!",
Expand All @@ -57,9 +57,9 @@ const items = [
},
{
key: 9,
title: "27th Oct 2:00 PM",
cardTitle: "Lunch Time",
cardDetailedText: "Enjoy some delicious lunch!",
title: "27th Oct 2:30 PM",
cardTitle: "Snack Time",
cardDetailedText: "Take a break to refuel, because even superheroes need a snack!",
},
{
key: 10,
Expand Down

0 comments on commit c851bea

Please sign in to comment.