Skip to content

Commit c82f480

Browse files
committed
rename orgs
1 parent 8b0dc23 commit c82f480

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/orgs.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const SIGList = [
1919
"SIGtricity",
2020
] as [string, ...string[]];
2121

22-
export const CommitteeList = [
22+
export const CommitteeCoreList = [
2323
"Infrastructure Committee",
2424
"Social Committee",
2525
"Mentorship Committee",
@@ -28,4 +28,8 @@ export const CommitteeList = [
2828
"Marketing Committee",
2929
] as [string, ...string[]];
3030

31-
export const OrganizationList = ["ACM", ...SIGList, ...CommitteeList] as [string, ...string[]];
31+
export const CommitteePartnerList = ["Reflections | Projections", "HackIllinois"]
32+
33+
export const CoreOrganizationList = ["ACM", ...SIGList, ...CommitteeCoreList] as [string, ...string[]];
34+
35+
export const AllOrganizationList = [...CoreOrganizationList, ...CommitteePartnerList]

0 commit comments

Comments
 (0)