Skip to content

Commit

Permalink
fix: fix lint errors preventing pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Sep 2, 2020
1 parent f560889 commit 9c600d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/all-things-open.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const allThingsOpenPage = () => {
</section>
<section className={styles.section}>
<h2>Visit us in the virtual expo hall</h2>
<hr></hr>
<hr />
</section>
<section className={cx(styles.section, styles.assetTable)}>
<div>
Expand All @@ -86,7 +86,7 @@ const allThingsOpenPage = () => {
</div>
</section>
<h2>Explore resources</h2>
<hr></hr>
<hr />
<section className={cx(styles.section, styles.assetTable)}>
<div className={styles.point}>
<h4>How to use the Kubernetes cluster explorer</h4>
Expand Down
1 change: 0 additions & 1 deletion src/pages/nerd-days.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import { Link } from 'gatsby';
import cx from 'classnames';
import PageLayout from '../components/PageLayout';
import MarketoForm from '../components/MarketoForm';
Expand Down

0 comments on commit 9c600d7

Please sign in to comment.