diff --git a/packages/gatsby-theme-iterative/src/components/LayoutHeader/Nav/index.tsx b/packages/gatsby-theme-iterative/src/components/LayoutHeader/Nav/index.tsx index c126dc77..b19608c8 100644 --- a/packages/gatsby-theme-iterative/src/components/LayoutHeader/Nav/index.tsx +++ b/packages/gatsby-theme-iterative/src/components/LayoutHeader/Nav/index.tsx @@ -4,6 +4,8 @@ import cn from 'classnames' import PseudoButton from '../../PseudoButton' import SocialIcons from './SocialIcons' import LinkItems from './LinkItems' +import Link from '../../Link' +import { ReactComponent as ExternalLinkIcon } from '../../../images/external-link-icon.svg' import { logEvent } from '../../../utils/front/plausible' @@ -21,6 +23,11 @@ const Nav: React.FC = () => ( > Get Started +
|
+ + Get Enterprise{` `} + + )