Skip to content

Commit

Permalink
w23
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylynphan committed Mar 6, 2023
1 parent 3b84925 commit ef420cf
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 = 'fall22'
const curIssue = 'winter23'
const background = this.props.transparent ? transparent : black
const headerStyle = css`
width: 100%;
Expand Down

0 comments on commit ef420cf

Please sign in to comment.