Skip to content

Commit

Permalink
review: modify by code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarcia-lightit committed Nov 16, 2023
1 parent 1c94c3e commit 0512c07
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 66 deletions.
12 changes: 12 additions & 0 deletions apps/eo_web/.env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
VITE_APP_ENV="local"
VITE_APP_URL="http://localhost:5173"

PROFILE_ONE_ID=
PROFILE_TWO_ID=
ZUKO_SLUG_ID_PROCESS_START=
CANCER_USER_DATA=
CANCER_PROFILE_PATIENT_ID=
CANCER_PROFILE_CAREGIVER_ID=
CANCER_SURVEY_FORM=
ATHLETE_PROFILE_FORM=
ATHLETE_SURVEY_FORM=
API_URL=
API_LARAVEL=

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-6104ee8d.css",
"file": "assets/main-71daebe8.css",
"src": "src/main.css"
},
"src/main.tsx": {
"assets": [
"assets/UploadFile-694e44b5.svg"
],
"css": [
"assets/main-6104ee8d.css"
"assets/main-71daebe8.css"
],
"file": "assets/main-4ca17b26.js",
"file": "assets/main-55b70946.js",
"isEntry": true,
"src": "src/main.tsx"
}
Expand Down
15 changes: 2 additions & 13 deletions apps/eo_web/src/screens/Athlete/AthleteSurveyThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,15 @@ export const AthleteSurveyThankYou = () => {
<div className="flex h-full flex-col items-center justify-center px-[20%]">
<Typography
variant="large"
className="font-nunito font-bold"
style={{
fontFamily: "nunito",
lineHeight: "55px",
fontSize: "45px",
}}
className="font-nunito text-[45px] font-bold leading-[55px]"
>
All done!
</Typography>
<br />
<Typography
variant="base"
font="regular"
className="text-center font-nunito"
style={{
fontWeight: "300px",
fontFamily: "nunito",
lineHeight: "40px",
fontSize: "28px",
}}
className="text-center font-nunito text-[28px] font-light leading-[40px]"
>
We receive your feedback! <br />
<br />
Expand Down
17 changes: 3 additions & 14 deletions apps/eo_web/src/screens/Cancer/FormThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,29 +45,18 @@ export const FormThankYou = () => {

return (
<LayoutDefault>
<div className="flex flex-col items-center justify-center px-[20%]">
<div className="flex h-full flex-col items-center justify-center px-[20%]">
<Typography
variant="large"
className="font-nunito font-bold"
style={{
fontFamily: "nunito",
lineHeight: "55px",
fontSize: "45px",
}}
className="font-nunito text-[45px] font-bold leading-[55px]"
>
All done!
</Typography>
<br />
<Typography
variant="base"
font="regular"
className="text-center font-nunito"
style={{
fontWeight: "300px",
fontFamily: "nunito",
lineHeight: "40px",
fontSize: "28px",
}}
className="text-center font-nunito text-[28px] font-light leading-[40px]"
>
You’ll receive your initial, personalized, clinician-approved care
care plan via email within 24 hours. <br />
Expand Down
15 changes: 2 additions & 13 deletions apps/eo_web/src/screens/Cancer/SurveyThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,15 @@ export const SurveyThankYou = () => {
<div className="flex h-full flex-col items-center justify-center px-[20%]">
<Typography
variant="large"
className="font-nunito font-bold"
style={{
fontFamily: "nunito",
lineHeight: "55px",
fontSize: "45px",
}}
className="font-nunito text-[45px] font-bold leading-[55px]"
>
All done!
</Typography>
<br />
<Typography
variant="base"
font="regular"
className="text-center font-nunito"
style={{
fontWeight: "300px",
fontFamily: "nunito",
lineHeight: "40px",
fontSize: "28px",
}}
className="text-center font-nunito text-[28px] font-light leading-[40px]"
>
We receive your feedback! <br />
<br />
Expand Down

0 comments on commit 0512c07

Please sign in to comment.