Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: copys #85

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 0 additions & 121 deletions apps/eo_web/dist/assets/main-2bb9d3aa.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/eo_web/dist/assets/main-94a1d790.css

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/eo_web/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"src": "../../packages/ui/src/assets/avatar.svg"
},
"src/main.css": {
"file": "assets/main-ddf6ac53.css",
"file": "assets/main-d3160e96.css",
"src": "src/main.css"
},
"src/main.tsx": {
"assets": [
"assets/UploadFile-694e44b5.svg"
],
"css": [
"assets/main-ddf6ac53.css"
"assets/main-d3160e96.css"
],
"file": "assets/main-62a9ffbc.js",
"file": "assets/main-cf66f3ed.js",
"isEntry": true,
"src": "src/main.tsx"
}
Expand Down
18 changes: 9 additions & 9 deletions apps/eo_web/src/copy/copy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ export const CancerPilotCarrouselItems = [
step: "STEP 2",
title: "Get your care plan",
content:
"In under 24 hours, you’ll receive an email with a link to your personalized, clinician-approved care plan.",
"In under 24 hours, you’ll receive an email with a link to your personalized, clinician-approved care plan and your recommended products.",
icon: icons.HandHeartWhite,
},
{
step: "STEP 3",
title: "Get your products",
content:
"You can purchase your products at a local dispensary. Our team will provide details on how to get reimbursed.",
"You can purchase your products at a local dispensary. Our team will provide details on how to be reimbursed for all purchases.",
icon: icons.PillsWhite,
},
{
Expand Down Expand Up @@ -112,7 +112,7 @@ export const pilotFaqs: Copy[] = [
},
{
title: "What should I bring with me when I pick-up my products?",
content: "Bring your valid medical card, a state I.D. or driver’s license and a debit card or enough cash to pay for products.",
content: "Bring your valid medical card (if you have one), a state I.D. or driver’s license and a debit card or enough cash to pay for products.",
},
{
title: "What if I don’t yet have a physical medical card?",
Expand All @@ -130,7 +130,7 @@ export const pilotFaqs: Copy[] = [
title: "How do you decide which products, doses and times of use are most right for me?",
content: (
<>
The eo data model and your clinical team base all recommendations on
The eo data model and your clinical team bases all recommendations on
relevant aspects of your medical history, cannabis use history, your
daily schedule and the feedback you provide as you use your care plan.
<br />
Expand All @@ -144,12 +144,12 @@ export const pilotFaqs: Copy[] = [
),
},
{
title: "What happens if I miss a use session entirely?",
content: "Just begin the next session as scheduled!",
title: "What happens if I miss a dose?",
content: "Just take your next dose as scheduled!",
},
{
title: "What happens if I’m late starting a use session?",
content: "If you’re less than 30 minutes late, go ahead and begin the session (also be sure to begin the next session at the originally scheduled time). If you’re more than 30 minutes late just wait for the next session to begin.",
title: "What happens if I’m late taking a dose?",
content: "If you’re less than 30 minutes late, go ahead and take your scheduled dose (also be sure to take the next dose at the originally scheduled time). If you’re more than 30 minutes late just wait for your next scheduled dose.",
},
{
title: "What happens if I miss an opportunity to provide feedback?",
Expand Down Expand Up @@ -223,7 +223,7 @@ export const faqs: Copy[] = [
"How do you decide which products, doses and times of use are most right for me?",
content: (
<>
The eo data model and your clinical team base all recommendations on
The eo data model and your clinical team bases all recommendations on
relevant aspects of your medical history, cannabis use history, your
daily schedule and the feedback you provide as you use your care plan.
<br />
Expand Down