Skip to content

Commit

Permalink
fix team page (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha-kansal authored Jan 14, 2025
1 parent 250ab5e commit 57529e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions getOfficers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default async function getOfficerData(
['ICPC', 'icpc'],
['Teach LA', 'teachla'],
['W', 'w'],
['Cloud', 'cloud'],
]);
// // Store officer data
const officers: object[] = []; // list of officers in desired committee
Expand Down
1 change: 1 addition & 0 deletions scripts/lib.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const getCssStringFromCommittee = (committee) => {
case 'icpc':
case 'studio':
case 'w':
case 'cloud':
return committee.toLowerCase();
default:
throw new Error(`Unrecognized string ${committee}`);
Expand Down

0 comments on commit 57529e1

Please sign in to comment.