Fix footer

This commit is contained in:
CHIEFSOFT\ameye
2024-12-25 13:57:00 -05:00
parent 5fe8d6dc8e
commit 9ce9570b49
2 changed files with 37 additions and 37 deletions
+5 -5
View File
@@ -45,11 +45,11 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
{children}
</main>
{!footerStyle && < Footer1 />}
{footerStyle == 1 ? < Footer1 /> : null}
{footerStyle == 2 ? < Footer2 /> : null}
{footerStyle == 3 ? < Footer3 /> : null}
< Footer3 />
{/*{!footerStyle && < Footer1 />}*/}
{/*{footerStyle == 1 ? < Footer1 /> : null}*/}
{/*{footerStyle == 2 ? < Footer2 /> : null}*/}
{/*{footerStyle == 3 ? < Footer3 /> : null}*/}
<BackToTop />
</div>