- Watch a video on how to collect your sample
+ Watch a video on how to
+ collect your sample
- Go to my dashboard
+ Go to my dashboard
- View FAQs
+ View FAQs
>
diff --git a/src/pages/activation/activate/pages/creation/VerifyModal.tsx b/src/pages/activation/activate/pages/creation/VerifyModal.tsx
index 870f7aa..220d51e 100644
--- a/src/pages/activation/activate/pages/creation/VerifyModal.tsx
+++ b/src/pages/activation/activate/pages/creation/VerifyModal.tsx
@@ -10,6 +10,7 @@ import { Button } from 'components/Button'
import { Breakpoint } from 'components/Breakpoint'
import { observer } from 'mobx-react-lite'
import { AuthStore } from 'stores/AuthStore'
+import { Paths } from 'routes/Paths'
type Props = Pick & {
onClose?: (success: boolean) => void
@@ -107,7 +108,7 @@ export const VerifyModal: FC = observer(({ onClose, ...props }) => {
Email address is already registeredPlease login to your existing account.
-
+
>
) : (
<>
diff --git a/src/pages/activation/home/Home.tsx b/src/pages/activation/home/Home.tsx
index 0cba438..b1bd6c1 100644
--- a/src/pages/activation/home/Home.tsx
+++ b/src/pages/activation/home/Home.tsx
@@ -2,6 +2,7 @@ import React, { FC } from 'react'
import { StyledContainer, StyledImageWrapper, StyledMainContent, StyledTitle, StyledContent } from './styled'
import { Divider } from 'antd'
import { Button } from 'components/Button'
+import { Paths } from 'routes/Paths'
export const Home: FC = () => {
return (
@@ -10,9 +11,9 @@ export const Home: FC = () => {
Welcome to iHealth CheckMeSafe!
-
+
Or
-
+
diff --git a/src/pages/activation/login/Login.tsx b/src/pages/activation/login/Login.tsx
index d58a7b1..87ecb23 100644
--- a/src/pages/activation/login/Login.tsx
+++ b/src/pages/activation/login/Login.tsx
@@ -12,6 +12,7 @@ import { Form } from 'antd'
import { Paragraph, Link } from 'components/Typography'
import { Input, Password, ErrorMessage } from 'components/FormControl'
import { ForgetPasswordModal } from './ForgetPasswordModal'
+import { Paths } from 'routes/Paths'
export const Login: FC = () => {
const [showModal, setModal] = useState(false)
@@ -64,7 +65,7 @@ export const Login: FC = () => {
Don’t have an account?
- Activate your kit
+ Activate your kit
diff --git a/src/pages/customerPortal/dashboard/Dashboard.tsx b/src/pages/customerPortal/dashboard/Dashboard.tsx
new file mode 100644
index 0000000..8398a03
--- /dev/null
+++ b/src/pages/customerPortal/dashboard/Dashboard.tsx
@@ -0,0 +1,9 @@
+import React from 'react'
+
+export const Dashboard = () => {
+ return (
+