Skip to content

Commit

Permalink
feat: add related copies text for the newest flows
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarcia-lightit committed Sep 17, 2024
1 parent 7193f19 commit 37c40e9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/eo_web/src/components/FAQs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ const flowsWithCOrgFaqs: FlowType[] = [
Flows.unite_for_her,
Flows.mass_retirees,
Flows.stupid_cancer,

// The flows related to resources_center_1/2
Flows.cancer_buddy,
Flows.friend_family,
Flows.northwell_systems,
Flows.real_of_caring,
];

const flowsWithInovaFaqs: FlowType[] = [Flows.inova, Flows.uva];
Expand Down
8 changes: 7 additions & 1 deletion apps/eo_web/src/screens/Cancer/CancerSurveyThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { HowEOWorks } from "~/components/HowEOWorks";
import { LayoutDefault } from "~/layouts";
import { Footer } from "~/layouts/Footer";
import { FooterFull } from "~/layouts/FooterFull";
import { type Channel, Flows, type FlowType } from "~/stores/useProfilingStore";
import { Flows, type Channel, type FlowType } from "~/stores/useProfilingStore";
import { useSurveyStore } from "~/stores/useSurveyStore";

const flowsWithSmallFooter: FlowType[] = [
Expand All @@ -20,6 +20,12 @@ const flowsWithSmallFooter: FlowType[] = [
Flows.employer_center,
Flows.inova,
Flows.uva,

// The flows related to resources_center_1/2
Flows.cancer_buddy,
Flows.friend_family,
Flows.northwell_systems,
Flows.real_of_caring,
];

export const CancerSurveyThankYou = () => {
Expand Down
6 changes: 6 additions & 0 deletions apps/eo_web/src/screens/ProfilingThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ const flowsWithSmallFooter: FlowType[] = [
Flows.uva,
Flows.imerman,
Flows.unite_for_her,

// The flows related to resources_center_1/2
Flows.cancer_buddy,
Flows.friend_family,
Flows.northwell_systems,
Flows.real_of_caring,
];

export const ProfilingThankYou = () => {
Expand Down

0 comments on commit 37c40e9

Please sign in to comment.