Skip to content

Commit

Permalink
merge: develop into branch and build new app
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarcia-lightit committed Sep 13, 2023
1 parent 7088722 commit b60068d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions apps/eo_web/dist/assets/main-6104ee8d.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

This file was deleted.

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-f1e5e7ca.css",
"file": "assets/main-6104ee8d.css",
"src": "src/main.css"
},
"src/main.tsx": {
"assets": [
"assets/UploadFile-694e44b5.svg"
],
"css": [
"assets/main-f1e5e7ca.css"
"assets/main-6104ee8d.css"
],
"file": "assets/main-1e185869.js",
"file": "assets/main-939d71be.js",
"isEntry": true,
"src": "src/main.tsx"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/screens/Cancer/UserTypeSelectorDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const UserTypeSelectorDemo = () => {
stroke="currentColor"
className="absolute left-4 top-4 h-6 w-6"
onClick={() =>
(window.location.href = "cancer/pilot#how-eo-care-plans-works")
(window.location.href = "/cancer/pilot#how-eo-care-plans-works")
}
>
<path
Expand Down

0 comments on commit b60068d

Please sign in to comment.