Skip to content

Commit

Permalink
Winter 2022 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
tvottra committed Mar 3, 2022
1 parent 532ae0d commit 05ef273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CustomHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class CustomHeader extends React.Component<CustomHeaderProps> {
transparent: false,
}
render() {
const curIssue = 'fall21'
const curIssue = 'winter22'
const background = this.props.transparent ? transparent : black
const headerStyle = css`
width: 100%;
Expand Down

0 comments on commit 05ef273

Please sign in to comment.