comment out SocialFloat component in Layout
This commit is contained in:
parent
cb128e2847
commit
85e7882b33
@ -64,7 +64,7 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
|
|||||||
{footerStyle === 2 && <Footer2 />}
|
{footerStyle === 2 && <Footer2 />}
|
||||||
</div>
|
</div>
|
||||||
<ContactFloat />
|
<ContactFloat />
|
||||||
<SocialFloat/>
|
{/* <SocialFloat/> */}
|
||||||
<BackToTop scroll={scroll} />
|
<BackToTop scroll={scroll} />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user