Skip to content

Commit

Permalink
chore: updating video again
Browse files Browse the repository at this point in the history
  • Loading branch information
John P Vajda committed Oct 12, 2021
1 parent c7fae9e commit dd91c60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/components/IOBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const IOBanner = ({ isMobile }) => {
font-size: 0.65rem;
}
`}
to="https://www.youtube.com/watch?v=sFt1Tx5qPRU"
to="https://docs.newrelic.com/docs/full-stack-observability/observe-everything/get-started/new-relic-quickstarts-overview/"
instrumentation={{ component: 'IOBanner' }}
onClick={handleBannerButtonClick}
>
Expand Down
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 dd91c60

Please sign in to comment.