restore ContactFloat and SocialFloat components in Layout
This commit is contained in:
parent
38c0ff4dd5
commit
cb128e2847
@ -63,8 +63,8 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
|
|||||||
{(footerStyle === 1 || !footerStyle) && <Footer1 />}
|
{(footerStyle === 1 || !footerStyle) && <Footer1 />}
|
||||||
{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