Skip to content

Commit

Permalink
summer20
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmore12 committed Jun 2, 2020
1 parent 8b43e0b commit f3efb9f
Show file tree
Hide file tree
Showing 3 changed files with 4,931 additions and 3,339 deletions.
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 = 'spring20'
const curIssue = 'summer20'
const background = this.props.transparent ? transparent : black
const headerStyle = css`
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/templates/issue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default ({ data, pageContext }) => {
>
<ArticleGrid>{articleCards}</ArticleGrid>
</div>
<Magazine link={issuuLink} />
{term != 'summer20' && <Magazine link={issuuLink} /> }
<Footer />
</div>
</div>
Expand Down
Loading

0 comments on commit f3efb9f

Please sign in to comment.