From edaba07270a0d56e2a5e87cdff6f46e539c4bfbb Mon Sep 17 00:00:00 2001 From: Bett Date: Thu, 22 Feb 2024 14:56:35 +0300 Subject: [PATCH] Update layout styles in MainLayout and Home components --- components/MainLayout.js | 2 +- pages/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/MainLayout.js b/components/MainLayout.js index bad12824..2669e1c9 100644 --- a/components/MainLayout.js +++ b/components/MainLayout.js @@ -88,7 +88,7 @@ export default function MainLayout({ children, isLoading, searchTerm, isFullWidt {/* memoize the navbar */} -
0 ? classes.join(" ") : "")}> +
0 ? classes.join(" ") : "")}> {children}
diff --git a/pages/index.js b/pages/index.js index 77dd7043..36210fb6 100644 --- a/pages/index.js +++ b/pages/index.js @@ -132,7 +132,7 @@ function Home(props) { {/* Hero Section */}
-