Skip to content

Commit c935b23

Browse files
committed
updated for fall24
1 parent 36f4d36 commit c935b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CustomHeader.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default class CustomHeader extends React.Component<CustomHeaderProps> {
3939
transparent: false,
4040
}
4141
render() {
42-
const curIssue = 'summer23'
42+
const curIssue = 'fall24'
4343
const background = this.props.transparent ? transparent : black
4444
const headerStyle = css`
4545
width: 100%;

0 commit comments

Comments
 (0)