From 85e7882b33c5ab88347a9640e626f522cf39fecc Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Wed, 27 May 2026 21:32:12 +0530 Subject: [PATCH] comment out SocialFloat component in Layout --- components/layout/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/Layout.js b/components/layout/Layout.js index 303795d..78c1eda 100644 --- a/components/layout/Layout.js +++ b/components/layout/Layout.js @@ -64,7 +64,7 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb {footerStyle === 2 && } - + {/* */} );