Skip to content

Commit

Permalink
Updated PositionStrings
Browse files Browse the repository at this point in the history
  • Loading branch information
rishit-singh committed Jan 4, 2024
1 parent 9d250b5 commit 675e3c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/app/ExecProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ interface ExecProfileProps
const PositionStrings: string[] = [
"President",
"Vice Presdent",
"Vice Presdent Internal",
"Vice Presdent External",
"Tech Lead",
"Assitant Tech Lead",
"General Representative",
"Director of Public Relations",
"Director of Finance",
"Director of Events"
"Director of Events",
"Secratory",
"Directory of Media"
];

export default function ExecProfile({ID, Name, ImageBuffer, Position, Description} : ExecProfileProps)
Expand Down

0 comments on commit 675e3c4

Please sign in to comment.