Skip to content

Commit 4f0752b

Browse files
authored
Update committee.js
20th
1 parent c4a61fa commit 4f0752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/committee.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function Committee({ committeeData }) {
6868
<section sx={styles.banner} id="committee">
6969
{committeeData && (
7070
<Container sx={styles.banner.container}>
71-
<SectionHeader slogan="Meet Our Enthusiastic 19th Executive Committee" />
71+
<SectionHeader slogan="Meet Our Enthusiastic 20th Executive Committee" />
7272
<Grid sx={styles.grid}>
7373
{toplevel.map((level, idx) => (
7474
<TeamCard

0 commit comments

Comments
 (0)