From 13cc704135e56449de3d446cdb4eb92bf61148ff Mon Sep 17 00:00:00 2001 From: sgoycoechea-lightit <131689591+sgoycoechea-lightit@users.noreply.github.com> Date: Fri, 26 Jul 2024 13:06:43 -0300 Subject: [PATCH] feat: update referred by copies (#211) --- apps/eo_web/src/screens/AccountCreation.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/eo_web/src/screens/AccountCreation.tsx b/apps/eo_web/src/screens/AccountCreation.tsx index 5ab13892..85edb70b 100644 --- a/apps/eo_web/src/screens/AccountCreation.tsx +++ b/apps/eo_web/src/screens/AccountCreation.tsx @@ -26,8 +26,8 @@ export const ReferralOptions = { "Imerman Angels": Flows.imerman, "Stupid Cancer": Flows.stupid_cancer, "Cancer Support Community": Flows.cancer_support_community, - "UVA": Flows.uva, - "Inova": Flows.inova, + "UVA Health": Flows.uva, + "Inova Schar Cancer Institute": Flows.inova, } as const; export type ReferralOptionsType = keyof typeof ReferralOptions;