diff --git a/src/components/CustomHeader.tsx b/src/components/CustomHeader.tsx index c794330..e27655e 100644 --- a/src/components/CustomHeader.tsx +++ b/src/components/CustomHeader.tsx @@ -39,7 +39,7 @@ export default class CustomHeader extends React.Component { transparent: false, } render() { - const curIssue = 'fall21' + const curIssue = 'winter22' const background = this.props.transparent ? transparent : black const headerStyle = css` width: 100%;