Skip to content

Commit

Permalink
Merge pull request #1771 from newrelic/video-link
Browse files Browse the repository at this point in the history
chore: added video link
  • Loading branch information
aswanson-nr authored Oct 12, 2021
2 parents ebcd29e + dd91c60 commit ea1c746
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import FeaturedGuideTile from '../components/FeaturedGuideTile';
import { PageContext } from '../components/PageContext';
import { pageContext } from '../types';
import * as styles from './index.module.scss';
import ioBeta from '../images/io-beta.png';
import Video from '../components/Video';
import devChampionBadge from '../images/developer-champion/dev-champion-badge.png';
import podcastBadge from '../images/podcasts/podcasts-badge.png';

Expand Down Expand Up @@ -99,13 +99,7 @@ const IndexPage = ({ data, pageContext, location }) => {
width: 100%;
`}
>
<img
src={ioBeta}
alt="IO Beta"
css={css`
width: 100%;
`}
/>
<Video id="33kreqnm3p" type="wistia" />
</div>
</section>

Expand Down

0 comments on commit ea1c746

Please sign in to comment.