diff --git a/landing/header.react.js b/landing/header.react.js --- a/landing/header.react.js +++ b/landing/header.react.js @@ -6,8 +6,6 @@ import * as React from 'react'; import { NavLink } from 'react-router-dom'; -import { isDev } from 'lib/utils/dev-utils.js'; - import css from './header.css'; const iconProps = { @@ -23,16 +21,6 @@ }; function Header(): React.Node { - let launchAppIcon; - if (isDev) { - launchAppIcon = ( - -
- -
-
- ); - } return (