Skip to content

Commit

Permalink
chore(docs/learn): remove user research survey banner (#9441)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA authored Aug 7, 2023
1 parent 63c0859 commit e49d8aa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 98 deletions.
Binary file removed client/src/assets/icons/user-research.png
Binary file not shown.
2 changes: 0 additions & 2 deletions client/src/document/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ import { useIncrementFrequentlyViewed } from "../plus/collections/frequently-vie
import { useInteractiveExamplesActionHandler as useInteractiveExamplesTelemetry } from "../telemetry/interactive-examples";
import { SidePlacement } from "../ui/organisms/placement";
import { BaselineIndicator } from "./baseline-indicator";
import { UserResearchSurvey } from "../ui/molecules/user-research-survey";
// import { useUIStatus } from "../ui-context";

// Lazy sub-components
Expand Down Expand Up @@ -258,7 +257,6 @@ export function Document(props /* TODO: define a TS interface for this */) {
</React.Suspense>
)}
<article className="main-page-content" lang={doc.locale}>
<UserResearchSurvey doc={doc} />
<header>
<h1>{doc.title}</h1>
{doc.baseline && <BaselineIndicator status={doc.baseline} />}
Expand Down
46 changes: 0 additions & 46 deletions client/src/ui/molecules/user-research-survey/index.scss

This file was deleted.

50 changes: 0 additions & 50 deletions client/src/ui/molecules/user-research-survey/index.tsx

This file was deleted.

0 comments on commit e49d8aa

Please sign in to comment.