mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 23:43:57 +02:00
ui: add footer below pages
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import React, { FC, Fragment } from "react"
|
||||
|
||||
import { Footer } from "../../components/Footer"
|
||||
import { MobileHeader } from "../../components/MobileHeader"
|
||||
import { GlobalStyles } from "../../globalStyles"
|
||||
import { useLockBodyScroll } from "../../hooks/useLockBodyScroll"
|
||||
@@ -39,7 +40,10 @@ const InnerColumnLayout: FC<IColumnLayoutProps> = ({
|
||||
<MobileHeader openMenu={openMenu}>{title}</MobileHeader>
|
||||
{sidebar({ className: openOnMobile ? "is-open" : "" })}
|
||||
<SC.MainContent>
|
||||
<SC.Container>{content}</SC.Container>
|
||||
<SC.Container>
|
||||
{content}
|
||||
<Footer />
|
||||
</SC.Container>
|
||||
</SC.MainContent>
|
||||
</SC.Main>
|
||||
<SC.Overlay
|
||||
|
||||
Reference in New Issue
Block a user