Skip to content

Commit 971696b

Browse files
authored
Update Officers.tsx
update officers
1 parent 28fe939 commit 971696b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Officers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function Officers() {
3333
}
3434

3535
type OfficerCardProps = {
36-
name: string, position: "Co-president" | "Co-vice president" | "Secretary" | "Treasurer",
36+
name: string, position: "Co-president" | "President" | "Co-vice president" | "Vice President" | "Secretary" | "Treasurer",
3737
src: string, children: ReactNode, languages?: Language[], reverse?: boolean
3838
}
3939
function OfficerCard(props: OfficerCardProps) {

0 commit comments

Comments
 (0)