From 4affb9b0c77f68737eff2a4833527fe293a6c644 Mon Sep 17 00:00:00 2001 From: melloware Date: Wed, 8 Nov 2023 13:19:31 -0500 Subject: [PATCH] Showcase fixes for PrimeReact --- components/doc/common/docsectioncode.js | 6 +++--- components/layout/topbar.js | 18 +++++++++--------- pages/bootstrap/index.js | 2 +- pages/bulma/index.js | 2 +- pages/landing/footersection.js | 16 ++++++++-------- pages/landing/headersection.js | 1 - pages/landing/templatesection.js | 16 ++++++++-------- 7 files changed, 30 insertions(+), 31 deletions(-) diff --git a/components/doc/common/docsectioncode.js b/components/doc/common/docsectioncode.js index 633a5acd9f..2f9f788e6b 100644 --- a/components/doc/common/docsectioncode.js +++ b/components/doc/common/docsectioncode.js @@ -63,7 +63,7 @@ export function DocSectionCode(props) { tooltip="Toggle Full Code" tooltipOptions={{ position: 'bottom', className: 'doc-section-code-tooltip' }} > - + )} {!props.hideToggleCode && props.code.data ? ( @@ -74,7 +74,7 @@ export function DocSectionCode(props) { tooltip="View Data" tooltipOptions={{ position: 'bottom', className: 'doc-section-code-tooltip' }} > - + ) : null} {!props.hideCodeSandbox && ( @@ -104,7 +104,7 @@ export function DocSectionCode(props) { )} diff --git a/components/layout/topbar.js b/components/layout/topbar.js index f605541659..f569381510 100644 --- a/components/layout/topbar.js +++ b/components/layout/topbar.js @@ -110,35 +110,35 @@ export default function Topbar(props) { - + diff --git a/pages/bootstrap/index.js b/pages/bootstrap/index.js index 158c7b8f05..318e61fd7e 100644 --- a/pages/bootstrap/index.js +++ b/pages/bootstrap/index.js @@ -19,7 +19,7 @@ const BootstrapDemo = () => { ]; const description = ` - Bootstrap + Bootstrap is a well-known CSS library to build responsive and mobile first web projects. `; diff --git a/pages/bulma/index.js b/pages/bulma/index.js index 4e5e08a52a..099e3ba420 100644 --- a/pages/bulma/index.js +++ b/pages/bulma/index.js @@ -19,7 +19,7 @@ const BulmaDemo = () => { ]; const description = ` - Bulma is a free, open source framework that provides ready-to-use frontend components and utilities. + Bulma is a free, open source framework that provides ready-to-use frontend components and utilities. `; return ; diff --git a/pages/landing/footersection.js b/pages/landing/footersection.js index 4713f74842..e24a063a21 100644 --- a/pages/landing/footersection.js +++ b/pages/landing/footersection.js @@ -103,30 +103,30 @@ const FooterSection = (props) => { - + - + diff --git a/pages/landing/headersection.js b/pages/landing/headersection.js index b813fe58ec..53ebae52c6 100644 --- a/pages/landing/headersection.js +++ b/pages/landing/headersection.js @@ -198,7 +198,6 @@ const HeaderSection = (props) => { )}