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: faqs copys and home redirect #105

Merged
merged 1 commit into from
Mar 8, 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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/eo_web/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"css": [
"assets/main-6f860111.css"
],
"file": "assets/main-43999c20.js",
"file": "assets/main-133c6f1e.js",
"isEntry": true,
"src": "src/main.tsx"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const Header = () => {
viewBox="0 0 42 20"
fill="none"
onClick={() => {
window.open("https://www.eo.care/web/privacy-policy", "_blank");
window.open("https://www.eo.care", "_blank");
}}
>
<path
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/copy/copy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export const pilotFaqs: Copy[] = [
},
{
title: "What if I don’t yet have a physical medical card?",
content: "Your care team can provide you with a valid state patient ID number to provide when you purchase and pick-up your products.",
content: "If you want a med card and don't have one, your care team will direct you towards relevant resources in your home state.",
},
{
title: "How long should it take my clinical and member services teams to respond to a message, email or phone question/ inquiry?",
Expand Down
Loading