diff --git a/src/components/therapy-compass/therapy-card.tsx b/src/components/therapy-compass/therapy-card.tsx index be01d2fd7c..ffc98e1914 100644 --- a/src/components/therapy-compass/therapy-card.tsx +++ b/src/components/therapy-compass/therapy-card.tsx @@ -6,7 +6,7 @@ import { ignoreUnavailableActivation } from "@/components/ui-primitives"; import { useTcBindings } from "./bindings"; import { cardPreviewText, prioritiseTherapyTags, summarise } from "./data/select"; import type { Therapy } from "./data/types"; -import { accentControl, outlineControl, therapyBtn } from "./controls"; +import { accentControl, iconControl, outlineControl, therapyBtn } from "./controls"; import { AlertIcon, ChevronRightIcon, @@ -47,10 +47,13 @@ export function ResultCard({ therapy }: { therapy: Therapy }) { const sheetShort = therapy.patientSheetAvailable ? "Sheet" : "No sheet"; return ( -
+
-
-
- -
-

- {therapy.name} -

- {subtitle ? ( -

- {subtitle} -

- ) : ( -
- )} - -
+
+
+

+ {therapy.name} +

+ {subtitle ? ( +

+ {subtitle} +

+ ) : ( +
+ )} +
-
+
-
+