From e1ca00dd59d92a5084b03a0af016b070923b2838 Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 9 Sep 2024 00:07:49 -0700 Subject: [PATCH] Chore: Remove mui paragraph prop --- src/components/baseComponents/Info.jsx | 2 +- src/components/baseComponents/Section.jsx | 2 +- src/pages/index/index.jsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/baseComponents/Info.jsx b/src/components/baseComponents/Info.jsx index d45542fda..0c900eb4e 100644 --- a/src/components/baseComponents/Info.jsx +++ b/src/components/baseComponents/Info.jsx @@ -5,7 +5,7 @@ export default function Info({ children, direction = 'row', variant = 'caption', {icon} - + {children} diff --git a/src/components/baseComponents/Section.jsx b/src/components/baseComponents/Section.jsx index d5ee63fea..b0c95cb0c 100644 --- a/src/components/baseComponents/Section.jsx +++ b/src/components/baseComponents/Section.jsx @@ -47,7 +47,7 @@ const SectionInfo = ({ title, children }) => { {t('Help')} - + {children} diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index af239a1a5..392978c6e 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -100,7 +100,7 @@ const IndexPage = () => { {multicore && ( - + You have selected the experimental multicore mode. This mode is still in development and may cause issues. Please report any issues in the Discretize{' '} @@ -113,7 +113,7 @@ const IndexPage = () => { . - + A number of features are incomplete / broken in this mode. Other than those enumerated here, the optimizer should work as expected.