Skip to content

Commit

Permalink
chore: update link
Browse files Browse the repository at this point in the history
  • Loading branch information
abrunner committed Nov 16, 2021
1 parent cd51378 commit 7cdc4d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/experiments/super_tiles/components/GuidedInstallTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ import { css } from '@emotion/react';
import SuperTile from './SuperTile';
import { Button, useTessen } from '@newrelic/gatsby-theme-newrelic';
import { navigate } from 'gatsby';
import { SIGNUP_LINK } from '../../../data/constants';

const GuidedInstallTile = () => {
const tessen = useTessen();

const link =
'https://docs.newrelic.com/docs/using-new-relic/welcome-new-relic/get-started/new-relic-guided-install-overview/';

const handleButtonClick = () => {
tessen.track('clickSuperTile', 'QuickstartLanding', { tile: 'guided' });
navigate(link);
navigate(SIGNUP_LINK);
};

return (
Expand Down

0 comments on commit 7cdc4d1

Please sign in to comment.