diff --git a/src/app/landing/landing.tsx b/src/app/landing/landing.tsx index 7ad8549..3dea92e 100644 --- a/src/app/landing/landing.tsx +++ b/src/app/landing/landing.tsx @@ -97,9 +97,9 @@ export default function View() {
-
- Can't find faculty for your branch? Remaining Faculty lists will be updated by tonight. -
+
+ Can't find faculty for your branch? Remaining faculty lists will be updated by tonight. +
diff --git a/src/components/cards/FacultySelector.tsx b/src/components/cards/FacultySelector.tsx index 1b095e6..a3cdf5f 100644 --- a/src/components/cards/FacultySelector.tsx +++ b/src/components/cards/FacultySelector.tsx @@ -19,17 +19,14 @@ const schools = [ 'SENSE', 'SCE', 'SHINE', - "MTech ('25 Batch)", - // 'MTech (SCORE)', - "SCOPE ('25 Batch)", - "SCORE ('25 Batch)", - "SELECT ('25 Batch)", - "SMEC ('25 Batch)", - "SBST ('25 Batch)", - // 'SCHEME (Fresher)', - "SENSE ('25 Batch)", - // 'SCE (Fresher)', - "SHINE ('25 Batch)", + 'MTech (\'25 Batch)', + 'SCOPE (\'25 Batch)', + 'SCORE (\'25 Batch)', + 'SELECT (\'25 Batch)', + 'SMEC (\'25 Batch)', + 'SBST (\'25 Batch)', + 'SENSE (\'25 Batch)', + 'SHINE (\'25 Batch)', // 'MTech (Fresher)', ];