Skip to content

Commit

Permalink
chore: fix linting for spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
timglaser committed Jun 29, 2020
1 parent 3b50c35 commit dec49aa
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { pageContext } from '../types';
import styles from './index.module.scss';
import devChampionBadge from '../images/developer-champion/dev-champion-badge.png';


const getStartedGuides = [
{
duration: '5 min',
Expand Down Expand Up @@ -174,13 +173,15 @@ const IndexPage = ({ data, pageContext }) => {
<section className={cx(styles.section, styles.stripedSection)}>
<h1>
<img
className={styles.img}
src={devChampionBadge}
alt="developer champion badge"
width="5%"
/> New Relic developer champions</h1>

<p>
className={styles.img}
src={devChampionBadge}
alt="developer champion badge"
width="5%"
/>{' '}
New Relic developer champions
</h1>

<p>
New Relic Champions are solving big problems using New Relic as
their linchpin and are recognized as experts and leaders in the New
Relic technical community.
Expand Down

0 comments on commit dec49aa

Please sign in to comment.