Skip to content

Commit

Permalink
fixed the current issue button
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiesansev committed Jan 13, 2021
1 parent eb356b8 commit 8248f98
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 = 'summer20'
const curIssue = 'winter21'
const background = this.props.transparent ? transparent : black
const headerStyle = css`
width: 100%;
Expand Down

0 comments on commit 8248f98

Please sign in to comment.