diff --git a/client/index.html b/client/index.html index d4d9548d..b0dee087 100644 --- a/client/index.html +++ b/client/index.html @@ -7,7 +7,7 @@ name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> - SF Life line + SF Life Line
diff --git a/client/src/pages/patients/patient-details/PatientDetails.jsx b/client/src/pages/patients/patient-details/PatientDetails.jsx index b22702cb..ecb941cd 100644 --- a/client/src/pages/patients/patient-details/PatientDetails.jsx +++ b/client/src/pages/patients/patient-details/PatientDetails.jsx @@ -4,7 +4,7 @@ import { useQuery } from '@tanstack/react-query'; import { StatusCodes } from 'http-status-codes'; import { humanize } from 'inflection'; import { QRCode } from 'react-qrcode-logo'; -import { Loader, Container, Text, Flex, Title } from '@mantine/core'; +import { Container, Grid, Loader, Text, Title } from '@mantine/core'; import LifelineAPI from '../LifelineAPI.js'; import ContactInfo from './components/ContactInfo.jsx'; @@ -50,23 +50,24 @@ export default function PatientDetails() { return (
- - - {data?.firstName} {data?.lastName} - - - -
- Date of birth - Gender - Preferred language - {data?.dateOfBirth} - {humanize(data?.gender)} - {humanize(data?.language)} -
+ + + + {data?.firstName} {data?.lastName} + +
+ Date of birth + Gender + Preferred language + {data?.dateOfBirth} + {humanize(data?.gender)} + {humanize(data?.language)} +
+
+ + + +