Skip to content

Commit

Permalink
fix: faqs copys and home redirect (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoycoechea-lightit authored Mar 8, 2024
1 parent e7a6740 commit d8c40a5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.

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

0 comments on commit d8c40a5

Please sign in to comment.