Skip to content

Commit

Permalink
Merge pull request #234 from Light-it-labs/develop
Browse files Browse the repository at this point in the history
[Release] v1.2.2 🚀 - 27/09/2024
  • Loading branch information
sgoycoechea-lightit authored Sep 27, 2024
2 parents 60b3a12 + 19f1817 commit 8ecab51
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/eo_web/src/components/FAQs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const flowsWithCOrgFaqs: FlowType[] = [
// The flows related to resources_center_1/2
Flows.cancer_buddy,
Flows.friend_family,
Flows.northwell_systems,
Flows.northwell_health,
Flows.realm_of_caring,
Flows.private_health_management,
];
Expand Down
4 changes: 2 additions & 2 deletions apps/eo_web/src/layouts/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const stupid_cancer = [
const cancer_buddy = resource_center_1;
const realm_of_caring = resource_center_1;
const friend_family = resource_center_1;
const northwell_systems = resource_center_1;
const northwell_health = resource_center_1;
const private_health_management = resource_center_1;

const allData = {
Expand All @@ -158,7 +158,7 @@ const allData = {
cancer_buddy,
realm_of_caring,
friend_family,
northwell_systems,
northwell_health,
private_health_management,
};

Expand Down
8 changes: 4 additions & 4 deletions apps/eo_web/src/screens/AccountCreation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const ReferralOptions: Record<string, FlowType> = {
"UVA Health": Flows.uva,
"Inova Schar Cancer Institute": Flows.inova,
"Mass Retirees": Flows.mass_retirees,
"Northwell Systems": Flows.northwell_systems,
"Northwell Health": Flows.northwell_health,
"Friend / Family": Flows.friend_family,
"Cancer Buddy": Flows.cancer_buddy,
"Realm of Caring": Flows.realm_of_caring,
Expand Down Expand Up @@ -199,7 +199,7 @@ export const AccountCreation = () => {
return "16";
case Flows.friend_family:
return "17";
case Flows.northwell_systems:
case Flows.northwell_health:
return "18";
case Flows.private_health_management:
return "19";
Expand Down Expand Up @@ -309,7 +309,7 @@ export const AccountCreation = () => {
className={tw(
"font-nunito text-[11px] font-light ",
errors.agreeReceiveNotifications?.message &&
"text-red-500",
"text-red-500",
)}
>
I agree to receive emails and text messages related to my
Expand All @@ -331,7 +331,7 @@ export const AccountCreation = () => {
className={tw(
"font-nunito text-[11px] font-light !leading-4",
errors.agreeTermsAndConditions?.message &&
"text-red-500",
"text-red-500",
)}
>
I have read and agree to the{" "}
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/screens/Cancer/CancerSurveyThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const flowsWithSmallFooter: FlowType[] = [
// The flows related to resources_center_1/2
Flows.cancer_buddy,
Flows.friend_family,
Flows.northwell_systems,
Flows.northwell_health,
Flows.realm_of_caring,
Flows.private_health_management,
];
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/screens/ProfilingThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const flowsWithSmallFooter: FlowType[] = [
// The flows related to resources_center_1/2
Flows.cancer_buddy,
Flows.friend_family,
Flows.northwell_systems,
Flows.northwell_health,
Flows.realm_of_caring,
Flows.private_health_management,
];
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/stores/useProfilingStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Flows = {
cancer_buddy: "cancer_buddy",
realm_of_caring: "realm_of_caring",
friend_family: "friend_family",
northwell_systems: "northwell_systems",
northwell_health: "northwell_health",
private_health_management: "private_health_management",
} as const;

Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"middlewares",
"nonworkday",
"NEXTAUTH",
"northwell",
"pnpm",
"rgba",
"rmdp",
Expand Down

0 comments on commit 8ecab51

Please sign in to comment.