We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f4d36 commit c935b23Copy full SHA for c935b23
src/components/CustomHeader.tsx
@@ -39,7 +39,7 @@ export default class CustomHeader extends React.Component<CustomHeaderProps> {
39
transparent: false,
40
}
41
render() {
42
- const curIssue = 'summer23'
+ const curIssue = 'fall24'
43
const background = this.props.transparent ? transparent : black
44
const headerStyle = css`
45
width: 100%;
0 commit comments