Skip to content

Commit

Permalink
Merge pull request #81 from Light-it-labs/fix/CU-86dr7uzgj/thank-you-…
Browse files Browse the repository at this point in the history
…pages-copy-and-ui

fix: thank you font
  • Loading branch information
sgoycoechea-lightit authored Jan 17, 2024
2 parents 4eabba2 + 3735e17 commit c2a9562
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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-d3160e96.css"
],
"file": "assets/main-e22fc856.js",
"file": "assets/main-3154b476.js",
"isEntry": true,
"src": "src/main.tsx"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/screens/Athlete/AthleteSurveyThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const AthleteSurveyThankYou = () => {
<br />
Have questions? We’re here. Email [email protected], call <a href="tel:+1-877-707-0706">877-707-0706</a>, or {" "}
<a
className="cursor-pointer underline"
className="cursor-pointer underline font-new-hero text-[22px]"
href="https://eo-care-telemed.as.me/schedule.php"
target="_blank"
>
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 @@ -60,7 +60,7 @@ export const CancerSurveyThankYou = () => {
<br />
Have questions? We’re here. Email [email protected], call <a href="tel:+1-877-707-0706">877-707-0706</a>, or {" "}
<a
className="cursor-pointer underline"
className="cursor-pointer underline font-new-hero text-[22px]"
href="https://eo-care-telemed.as.me/schedule.php"
target="_blank"
>
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 @@ -88,7 +88,7 @@ export const ProfilingThankYou = () => {
<br />
Have questions? We’re here. Email [email protected], call <a href="tel:+1-877-707-0706">877-707-0706</a>, or {" "}
<a
className="cursor-pointer underline"
className="cursor-pointer underline font-new-hero text-[22px]"
href="https://eo-care-telemed.as.me/schedule.php"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/screens/Senior/SeniorSurveyThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const SeniorSurveyThankYou = () => {
<br />
Have questions? We’re here. Email [email protected], call <a href="tel:+1-877-707-0706">877-707-0706</a>, or {" "}
<a
className="cursor-pointer underline"
className="cursor-pointer underline font-new-hero text-[22px]"
href="https://eo-care-telemed.as.me/schedule.php"
target="_blank"
>
Expand Down

0 comments on commit c2a9562

Please sign in to comment.