diff --git a/packages/app/src/components/PatientDetail.tsx b/packages/app/src/components/PatientDetail.tsx
index 72c186bb5..5a8748797 100644
--- a/packages/app/src/components/PatientDetail.tsx
+++ b/packages/app/src/components/PatientDetail.tsx
@@ -153,7 +153,7 @@ const PatientDetail = () => {
Patient Progress Chart
-
+
measurement.active === true) ?? []} />
diff --git a/packages/docs/src/pages/products/index_old.md b/packages/docs/src/pages/products/index.md
similarity index 100%
rename from packages/docs/src/pages/products/index_old.md
rename to packages/docs/src/pages/products/index.md
diff --git a/packages/docs/src/pages/products/index.tsx b/packages/docs/src/pages/products/index.tsx
deleted file mode 100644
index feaaad5ef..000000000
--- a/packages/docs/src/pages/products/index.tsx
+++ /dev/null
@@ -1,96 +0,0 @@
-import { UserGroupIcon, BoltIcon, ScaleIcon } from '@heroicons/react/20/solid'
-
-
-import clsx from 'clsx';
-import Link from '@docusaurus/Link';
-import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
-import Layout from '@theme/Layout';
-import HomepageFeatures from '@site/src/components/HomepageFeatures';
-import img1 from '@site/static/img/unsplash1.jpg';
-import img2 from '@site/static/img/unsplash-2.jpg';
-import img3 from '@site/static/img/unsplash-3.jpg';
-
-
-const features = [
- {
- name: 'Team-based Care',
- description:
- 'Built in services to help enable clinical teams to collaborate on patient populations.',
- href: '/docs/intro',
- icon: UserGroupIcon,
- img: img1
- },
- {
- name: 'AI/ML enabled Population Health',
- description:
- 'Manage large populations more effectively with out of the box AI/ML tools to help automate workflows.',
- href: '/docs/intro',
- icon: BoltIcon,
- img: img2
- },
- {
- name: 'Measurement Based Care',
- description:
- 'Built in measurement based care tools to help track patient outcomes and improve care.',
- href: '/docs/intro',
- icon: ScaleIcon,
- img: img3
- },
- ]
-
-
-function HomepageHeader() {
- const {siteConfig} = useDocusaurusContext();
- return (
-
-
-
{siteConfig.title}
-
{siteConfig.tagline}
-
-
- );
-}
-
-export default function Home(): JSX.Element {
- const {siteConfig} = useDocusaurusContext();
- return (
-
-
-
-
-
Launch mental health apps faster
-
- Enterprise Open Source for Mental Health
-
-
- Invest engineering resources in building the features that make your app unique, not the infrastructure.
-
-
-
-
- {features.map((feature) => (
-
- ))}
-
-
-
-
-
- );
-}
-
-
-
diff --git a/packages/react/src/lib/components/molecules/medical/patient-progress-chart/index.tsx b/packages/react/src/lib/components/molecules/medical/patient-progress-chart/index.tsx
index efb9328f6..f386abf0d 100644
--- a/packages/react/src/lib/components/molecules/medical/patient-progress-chart/index.tsx
+++ b/packages/react/src/lib/components/molecules/medical/patient-progress-chart/index.tsx
@@ -62,7 +62,7 @@ export const PatientProgressChart:React.FC = ({select
margin={{
top: 5,
right: 30,
- left: 20,
+ left: 5,
bottom: 5,
}}
>