diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx
index 2d690f5..4d9d6f7 100644
--- a/apps/web/src/app/page.tsx
+++ b/apps/web/src/app/page.tsx
@@ -54,36 +54,38 @@ export default function Page(): JSX.Element {
]
return (
-
-
-
- The Most Awaited Cohort!
-
-
+
+
+
+ The Most Awaited Cohort!
+
+
+
+
+
+
Upcoming Cohorts
+
+ {courses.map(course => course.status === "Upcoming" ? () : null)}
+
+
+
+
+
+ Available Cohorts
+
+ {courses.map(course => course.status !== "Upcoming" ? () : null)}
+
+
-
-
-
Upcoming Cohorts
-
- {courses.map(course => course.status === "Upcoming" ? () : null)}
-
-
-
-
- Available Cohorts
-
- {courses.map(course => course.status !== "Upcoming" ? () : null)}
-
-
);
}
diff --git a/apps/web/src/components/navbar.tsx b/apps/web/src/components/navbar.tsx
index 0f656d1..48ae64f 100644
--- a/apps/web/src/components/navbar.tsx
+++ b/apps/web/src/components/navbar.tsx
@@ -6,7 +6,7 @@ export default function Navbar() {
return (
< nav className="fixed top-0 z-50 flex h-12 w-full items-center gap-2 border-b shadow-sm bg-white dark:bg-gray-900" >
< div className="mx-auto flex w-full items-center justify-between md:max-w-screen-2xl" >
- 100xDevs
+ 100xDevs