diff --git a/app/details/page.tsx b/app/details/page.tsx
index 8046ae1..2c7fc95 100644
--- a/app/details/page.tsx
+++ b/app/details/page.tsx
@@ -81,7 +81,7 @@ const Page: NextPage = () => {
-
+
FAQ
@@ -139,9 +139,10 @@ const TimelineDemo = (): JSX.Element => {
title: "Day 1",
date: "5-10-2024",
content: (
-
+
+
-
- 9:30 AM
+ 9:30 AM
Introduction to GitHub
-
@@ -171,21 +172,25 @@ const TimelineDemo = (): JSX.Element => {
title: "Day 2",
date: "6-10-2024",
content: (
-
+
+
-
- 9:30 AM
+ 9:30 AM
Start of day 2 contribution
+
-
- 12:30 PM
+ 12:30 PM
Lunch Break
+
-
- 1:30 PM
+ 1:30 PM
Final round for open source contribution
+
-
- 5:00 PM
+ 5:00 PM
Result Declaration and Prize Distribution
diff --git a/components/ui/timeline.tsx b/components/ui/timeline.tsx
index 2362d6b..35bc6eb 100644
--- a/components/ui/timeline.tsx
+++ b/components/ui/timeline.tsx
@@ -42,20 +42,20 @@ export const Timeline = ({ data }: { data: TimelineEntry[] }) => {
-
- {item.title}
- {/* Badge for date */}
- {item.date}
-
-
+
+ {item.title}
+
+ {/* Badge for date */}{item.date}
-
+
{item.title}
- {/* Badge for date */}
+
+ {/* Badge for date */}
{item.date}
+
{item.content}