diff --git a/src/components/GuideTile.js b/src/components/GuideTile.js index ac058bfe9..9037b18fa 100644 --- a/src/components/GuideTile.js +++ b/src/components/GuideTile.js @@ -1,7 +1,7 @@ import PropTypes from 'prop-types'; import React from 'react'; import FeatherIcon from './FeatherIcon'; -import NewRelicIcon from '../components/NewRelicIcon'; +import NewRelicIcon from './NewRelicIcon'; import cx from 'classnames'; import { navigate } from 'gatsby'; import styles from './GuideTile.module.scss'; diff --git a/src/components/Navigation.js b/src/components/Navigation.js index ad9ef1e65..5ef6f294d 100644 --- a/src/components/Navigation.js +++ b/src/components/Navigation.js @@ -10,14 +10,6 @@ import matchSearchString from '../utils/matchSearchString'; import styles from './Navigation.module.scss'; -const iconLibrary = { - 'Collect data': 'upload-cloud', - 'Explore data': 'bar-chart', - 'Build apps': 'box', - 'Automate workflows': 'cpu', - 'Explore docs': 'book-open', -}; - const getHighlightedText = (text, highlight) => { const parts = text.split(new RegExp(`(${highlight})`, 'gi')); return ( diff --git a/src/components/NewRelicIcon.js b/src/components/NewRelicIcon.js index bc7cb1a25..fb2f1219f 100644 --- a/src/components/NewRelicIcon.js +++ b/src/components/NewRelicIcon.js @@ -23,21 +23,19 @@ const NEWRELIC_ICONS = { <> - + - + ),