@@ -40,7 +29,9 @@
Support
- {teamLink}
+
+ Team
+
Terms of Use
diff --git a/landing/landing.react.js b/landing/landing.react.js
--- a/landing/landing.react.js
+++ b/landing/landing.react.js
@@ -3,8 +3,6 @@
import * as React from 'react';
import { useRouteMatch } from 'react-router-dom';
-import { isDev } from 'lib/utils/dev-utils';
-
import AppLanding from './app-landing.react';
import Footer from './footer.react';
import Header from './header.react';
@@ -38,7 +36,7 @@
return
;
} else if (onQR) {
return
;
- } else if (isDev && onTeam) {
+ } else if (onTeam) {
return
;
} else {
return
;