Skip to content

Commit 106a669

Browse files
committed
fix(Developer site): Fixed commit errors
1 parent 7bc6ec0 commit 106a669

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/pages/data-bytes.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { Button, Link } from '@newrelic/gatsby-theme-newrelic';
66
import PageLayout from '../components/PageLayout';
77
import FeatherIcon from '../components/FeatherIcon';
88
import { PageContext } from '../components/PageContext';
9-
import podcastBadge from '../images/podcasts/podcasts-badge.png';
109
import Video from '../components/Video';
1110

1211
const DatabytesPage = ({ location }) => {
@@ -136,9 +135,7 @@ const DatabytesPage = ({ location }) => {
136135
To add the feed to Teams add the RSS url to the RSS Feeds
137136
connector app.
138137
</p>
139-
</section>
140-
141-
138+
</section>
142139
</PageLayout.Content>
143140
</PageLayout>
144141
</PageContext.Provider>

src/pages/index.js

-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ import FeatherIcon from '../components/FeatherIcon';
1111
import FeaturedGuideTile from '../components/FeaturedGuideTile';
1212
import { PageContext } from '../components/PageContext';
1313
import { pageContext } from '../types';
14-
import devChampionBadge from '../images/developer-champion/dev-champion-badge.png';
1514
import Video from '../components/Video';
16-
import podcastBadge from '../images/podcasts/podcasts-badge.png';
1715

1816
const getStartedGuides = [
1917
{
@@ -304,8 +302,6 @@ const IndexPage = ({ data, pageContext, location }) => {
304302
}
305303
`}
306304
>
307-
308-
309305
</section>
310306

311307
</PageLayout.Content>

0 commit comments

Comments
 (0)