Skip to content

Commit

Permalink
fixed term date on leadership
Browse files Browse the repository at this point in the history
  • Loading branch information
tgurth committed Jan 7, 2025
1 parent 0a8e3fe commit 6b8687d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/leadership.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports.default = async ({ people: rawPeople }) => {

<Heading title="Band Board Officers" id="band-board" section="IIIA" />

<p>For the term ending November 2024</p>
<p>For the term ending November 2025</p>

{await Promise.all(
people.bandBoard.map((person, i) => (
Expand Down

0 comments on commit 6b8687d

Please sign in to comment.