Change spelling of exec positions

This commit is contained in:
Amy 2022-05-13 00:46:19 -04:00
parent e853ebfec2
commit e35d1130a3
1 changed files with 3 additions and 3 deletions

View File

@ -14,10 +14,10 @@ const { year, term } = getCurrentTerm();
const execPositions: { [position: string]: string } = {
president: "President",
"vice-president": "Vice President",
secretary: "Assistant Vice President",
"vice-president": "Vice-President",
secretary: "Assistant Vice-President",
treasurer: "Treasurer",
sysadmin: "System Administrator",
sysadmin: "Systems Administrator",
};
const orderedExecPositions: string[] = [