diff --git a/landing/footer.react.js b/landing/footer.react.js --- a/landing/footer.react.js +++ b/landing/footer.react.js @@ -5,8 +5,6 @@ import * as React from 'react'; import { NavLink } from 'react-router-dom'; -import { isDev } from 'lib/utils/dev-utils'; - import css from './footer.css'; import SubscriptionForm from './subscription-form.react'; @@ -18,15 +16,6 @@ }; function Footer(): React.Node { - let teamLink; - if (isDev) { - teamLink = ( - - Team - - ); - } - return (