Skip to content
Merged

fix #233

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/app/landing/landing.tsx
Original file line numberDiff line numberDiff line change
Expand Up@@ -97,9 +97,9 @@ export default function View() {
<Navbar page="landing" />

<div className="w-full flex justify-center px-4 mt-2">
<div className="rounded-xl bg-[#ffea79] text-black outline-2 outline-black px-6 py-2 text-sm font-medium">
Can't find faculty for your branch? Remaining Faculty lists will be updated by tonight.
</div>
<div className="rounded-xl bg-[#ffea79] text-black outline-2 outline-black px-6 py-2 text-sm font-medium">
Can&apos;t find faculty for your branch? Remaining faculty lists will be updated by tonight.
</div>
</div>

<Hero />
Expand Down
19 changes: 8 additions & 11 deletions src/components/cards/FacultySelector.tsx
Original file line numberDiff line numberDiff line change
Expand Up@@ -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)',
];

Expand Down