From 821b2ea1118da8d64e916893e97ea0be093d0b7d Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Thu, 31 Oct 2019 15:06:29 -0400 Subject: [PATCH] remove link to feedback, since we're not using the google doc at all --- client/components/Nav.jsx | 12 +----------- .../__test__/__snapshots__/Nav.test.jsx.snap | 14 +------------- client/routes.jsx | 1 - 3 files changed, 2 insertions(+), 25 deletions(-) diff --git a/client/components/Nav.jsx b/client/components/Nav.jsx index f67457ec..617f6883 100644 --- a/client/components/Nav.jsx +++ b/client/components/Nav.jsx @@ -486,7 +486,7 @@ class Nav extends React.PureComponent { } }} > - Help & Feedback + Help diff --git a/client/components/__test__/__snapshots__/Nav.test.jsx.snap b/client/components/__test__/__snapshots__/Nav.test.jsx.snap index 19ecb479..5922659f 100644 --- a/client/components/__test__/__snapshots__/Nav.test.jsx.snap +++ b/client/components/__test__/__snapshots__/Nav.test.jsx.snap @@ -281,7 +281,7 @@ exports[`Nav renders correctly 1`] = ` - Help & Feedback + Help -
  • - - Feedback - -
  • diff --git a/client/routes.jsx b/client/routes.jsx index baa89884..a4853ff9 100644 --- a/client/routes.jsx +++ b/client/routes.jsx @@ -41,7 +41,6 @@ const routes = store => ( - );