diff --git a/src/components/PackTile.js b/src/components/PackTile.js index 24f144e5f..b48f9a16a 100644 --- a/src/components/PackTile.js +++ b/src/components/PackTile.js @@ -1,9 +1,14 @@ import React from 'react'; import PropTypes from 'prop-types'; -import { navigate } from 'gatsby'; import { css } from '@emotion/react'; -import { Surface, Icon, useTessen, Tag } from '@newrelic/gatsby-theme-newrelic'; +import { + Surface, + Icon, + useTessen, + Tag, + Link, +} from '@newrelic/gatsby-theme-newrelic'; import { SHIELD_LEVELS, RESERVED_QUICKSTART_IDS } from '../data/constants'; import PackImg from './PackImg'; @@ -45,12 +50,13 @@ const PackTile = ({ publicCatalogView: view, quickstartName: name, }); - navigate(fields.slug); } }; return (