Skip to content

Commit 80686a3

Browse files
authored
Update committee.js
1 parent 94c0c8d commit 80686a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 18th Executive Committee" />
71+
<SectionHeader slogan="Meet Our Enthusiastic 19th Executive Committee" />
7272
<Grid sx={styles.grid}>
7373
{toplevel.map((level, idx) => (
7474
<TeamCard

0 commit comments

Comments
 (0)