Compare selected ({selectedCount})
diff --git a/src/components/clinical-dashboard/global-mockup-search-shell.tsx b/src/components/clinical-dashboard/global-mockup-search-shell.tsx
index 30ce1c45c7..31cc310b23 100644
--- a/src/components/clinical-dashboard/global-mockup-search-shell.tsx
+++ b/src/components/clinical-dashboard/global-mockup-search-shell.tsx
@@ -321,11 +321,6 @@ function GlobalMockupSearchShellClient({
(desktopSearchPlacement === "hero" || isFormsOnlyShell) && isStandaloneModeHome ? "hero" : "default"
}
searchComposerVisible={shouldShowSearchComposer}
- workflowCopyText={
- isDifferentialPresentationWorkflow
- ? "Acute confusion / encephalopathy differential comparison. Stabilise ABCs, check BGL, sats, attention test, collateral, and review medications/substances before handoff."
- : undefined
- }
desktopHomeComposerSlotId={isStandaloneModeHome ? modeHomeDesktopComposerSlotId : undefined}
heroComposerFromTablet={isStandaloneModeHome}
/>
diff --git a/src/components/clinical-dashboard/master-search-header.tsx b/src/components/clinical-dashboard/master-search-header.tsx
index 5d90778715..81704772c2 100644
--- a/src/components/clinical-dashboard/master-search-header.tsx
+++ b/src/components/clinical-dashboard/master-search-header.tsx
@@ -19,8 +19,6 @@ import {
Check,
CheckCircle2,
ChevronDown,
- Cloud,
- Copy,
FileText,
Filter,
Globe2,
@@ -34,7 +32,6 @@ import {
Send,
ShieldCheck,
Sparkles,
- AlertCircle,
ArrowLeft,
X,
Lock,
@@ -199,7 +196,6 @@ export function MasterSearchHeader({
mobileSearchPlacement = "default",
desktopSearchPlacement = "default",
searchComposerVisible = true,
- workflowCopyText,
desktopHomeComposerSlotId,
heroComposerFromTablet = false,
mobileLeadingAction = "menu",
@@ -237,7 +233,6 @@ export function MasterSearchHeader({
mobileSearchPlacement?: "default" | "bottom";
desktopSearchPlacement?: "default" | "hero";
searchComposerVisible?: boolean;
- workflowCopyText?: string;
desktopHomeComposerSlotId?: string;
/** Portal the composer into the hero slot from the tablet breakpoint (sm) up,
* rather than the default desktop (lg) breakpoint. */
@@ -1229,20 +1224,6 @@ export function MasterSearchHeader({
{isWorkflowHeader ? (
<>
-
-
-
- Local only
-
-
-
- Offline ready
-
-
-
- Source pending review
-
-
-
>
) : null}
{!isWorkflowHeader ? (
diff --git a/src/components/differentials/differential-detail-page.tsx b/src/components/differentials/differential-detail-page.tsx
index 9056fcb0e4..f3e8f21ea8 100644
--- a/src/components/differentials/differential-detail-page.tsx
+++ b/src/components/differentials/differential-detail-page.tsx
@@ -402,12 +402,6 @@ function HeaderChrome() {
-
- Local only
-
-
- Source pending review
-