From 8b671362c71beaec455f2ad417f2f0d3fe9921f9 Mon Sep 17 00:00:00 2001 From: wpalani Date: Sun, 21 Apr 2024 21:37:56 -0700 Subject: [PATCH] fix border styles --- .../ProductsPages.js | 2 +- .../{pagesAndPosts => pages-and-posts}/blogPosts.js | 2 +- .../bookingAndAppointments.js | 2 +- .../pages/{pagesAndPosts => pages-and-posts}/index.js | 11 ++++++----- .../{pagesAndPosts => pages-and-posts}/sitePages.js | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) rename src/app/pages/{pagesAndPosts => pages-and-posts}/ProductsPages.js (95%) rename src/app/pages/{pagesAndPosts => pages-and-posts}/blogPosts.js (93%) rename src/app/pages/{pagesAndPosts => pages-and-posts}/bookingAndAppointments.js (94%) rename src/app/pages/{pagesAndPosts => pages-and-posts}/index.js (95%) rename src/app/pages/{pagesAndPosts => pages-and-posts}/sitePages.js (93%) diff --git a/src/app/pages/pagesAndPosts/ProductsPages.js b/src/app/pages/pages-and-posts/ProductsPages.js similarity index 95% rename from src/app/pages/pagesAndPosts/ProductsPages.js rename to src/app/pages/pages-and-posts/ProductsPages.js index d04eea7fa..fd3dc49dd 100644 --- a/src/app/pages/pagesAndPosts/ProductsPages.js +++ b/src/app/pages/pages-and-posts/ProductsPages.js @@ -3,7 +3,7 @@ import { Button, Card, Title } from '@newfold/ui-component-library'; const ProductsPages = () => { return ( { return ( { return ( { const { store } = useContext( AppStore ); + return ( - + { variant="warning" className="nfd-text-sm nfd-bg-transparent nfd-p-0 " > - + { __( 'Your site is not live.', 'wp-plugin-bluehost' @@ -73,13 +74,13 @@ const PagesAndPosts = () => {
+ { window.NewfoldRuntime.isWoocommerceActive && ( + + ) } { window.NewfoldRuntime.isYithBookingActive && window.NewfoldRuntime.isWoocommerceActive && ( ) } - { window.NewfoldRuntime.isWoocommerceActive && ( - - ) }
diff --git a/src/app/pages/pagesAndPosts/sitePages.js b/src/app/pages/pages-and-posts/sitePages.js similarity index 93% rename from src/app/pages/pagesAndPosts/sitePages.js rename to src/app/pages/pages-and-posts/sitePages.js index 2141af4dc..b2cbe38e1 100644 --- a/src/app/pages/pagesAndPosts/sitePages.js +++ b/src/app/pages/pages-and-posts/sitePages.js @@ -3,7 +3,7 @@ import { Button, Card, Title } from '@newfold/ui-component-library'; const SitePages = () => { return (