Skip to content

Commit

Permalink
fix: changed publication and finance chairs
Browse files Browse the repository at this point in the history
  • Loading branch information
lakminagamage committed Jul 25, 2024
1 parent 57c5cef commit 5316eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/committee.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export default function Committee() {
/>

<CommitteeGrid
people={financeChairs}
people={publicationChairs}
title={"Publication Chairs"}
/>

Expand All @@ -399,7 +399,7 @@ export default function Committee() {


<CommitteeGrid
people={publicationChairs}
people={financeChairs}
title={"Finance Chairs"}
/>

Expand Down

0 comments on commit 5316eaa

Please sign in to comment.