Skip to content

Commit

Permalink
Merge pull request #93277 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…21.2-93150

release-21.2: ui: remove feedback survey link
  • Loading branch information
Santamaura authored Dec 9, 2022
2 parents 9c5bcfb + 8aca3ae commit 14dff4d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 77 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
} from "src/redux/nodes";
import { AdminUIState } from "src/redux/state";
import LoginIndicator from "src/views/app/components/loginIndicator";
import FeedbackSurveyLink from "src/views/app/components/feedbackSurveyLink/feedbackSurveyLink";
import {
GlobalNavigation,
CockroachLabsLockupIcon,
Expand Down Expand Up @@ -82,7 +81,6 @@ class Layout extends React.Component<LayoutProps & RouteComponentProps> {
<CockroachLabsLockupIcon height={26} />
</Left>
<Right>
<FeedbackSurveyLink />
<LoginIndicator />
</Right>
</GlobalNavigation>
Expand Down

0 comments on commit 14dff4d

Please sign in to comment.