Skip to content

Commit

Permalink
fix: iported multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
pachicodes committed Feb 23, 2021
1 parent cebb0fb commit 5cac9e2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/pages/builders.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import React from 'react';
import cx from 'classnames';
import SEO from '../components/Seo';
import { Button } from '@newrelic/gatsby-theme-newrelic';
import { Button, Link } from '@newrelic/gatsby-theme-newrelic';
import PageLayout from '../components/PageLayout';
import ExternalLink from '../components/ExternalLink';
import FeatherIcon from '../components/FeatherIcon';
import devReliquary from '../images/builders/relicans.png';
import onlineTeach from '../images/builders/remote-unsplash.jpg';
import styles from './builders.module.scss';
import { Link } from '@newrelic/gatsby-theme-newrelic';

const DeveloperChampionPage = () => {
return (
Expand Down Expand Up @@ -222,11 +221,8 @@ const DeveloperChampionPage = () => {
<h4>It is nice to have:</h4>
<li>
Be an active member of{' '}
<Link
to="https://therelicans.com">
The Relicans
</Link>
, our online community{' '}
<Link to="https://therelicans.com">The Relicans</Link>, our
online community{' '}
</li>
<li>Have experience using New Relic products.</li>
</ul>
Expand Down

0 comments on commit 5cac9e2

Please sign in to comment.