Skip to content

Commit

Permalink
fix: codee clean up before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jaesius committed Aug 24, 2020
1 parent f2c7569 commit ef7a2cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 3 additions & 4 deletions src/pages/nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import cx from 'classnames';
import PageLayout from '../components/PageLayout';
import SEO from '../components/Seo';
import nerdDays from '../images/nerd-days/nerd-days.png';
// import nerdDaysGuideDL from './nerd-day-cfp-overview.pdf';
import styles from './nerd-days.module.scss';
import '../components/marketo.scss';

Expand Down Expand Up @@ -84,13 +83,13 @@ const NerdDaysPage = () => {
</p>
<p>
For an overview and tips for the call for proposals process,
<Link
to="https://resources.newrelic.com/nerd-days-call-for-proposals"
<a
href="https://resources.newrelic.com/nerd-days-call-for-proposals"
alt="cfp guide"
>
{' '}
check our our guide.
</Link>
</a>
</p>
</div>
<div className={styles.formholder}>
Expand Down
5 changes: 0 additions & 5 deletions src/pages/nerd-days.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
margin-left: 0.5rem;
}

.cfpImage {
display: block;
width: 25%;
}

.formholder {
position: relative;
}
Expand Down

0 comments on commit ef7a2cc

Please sign in to comment.