Skip to content

Commit

Permalink
fix: replace collect data tile icon with new collect data icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Aug 25, 2020
1 parent 9ffdf73 commit a290263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import GuideTile from '../components/GuideTile/GuideTile';
import PageLayout from '../components/PageLayout';
import FeatherIcon from '../components/FeatherIcon';
import ExternalLink from '../components/ExternalLink';
import CollectDataIcon from '../components/CollectDataIcon';
import NewRelicIcon from '../components/NewRelicIcon';
import { PageContext } from '../components/PageContext';
import { pageContext } from '../types';
Expand All @@ -26,7 +27,7 @@ const getStartedGuides = [
description:
'Define, visualize, and get alerts on the data you want using custom events',
path: '/collect-data/custom-events',
icon: <NewRelicIcon name="collectData" />,
icon: <CollectDataIcon />,
},
{
duration: '7 min',
Expand Down

0 comments on commit a290263

Please sign in to comment.