docs: fix duplicate footer in user guide (#11785)
This commit is contained in:
@@ -5,8 +5,6 @@ import "./globals.css"
|
|||||||
import { BareboneLayout, TightLayout } from "docs-ui"
|
import { BareboneLayout, TightLayout } from "docs-ui"
|
||||||
import { config } from "@/config"
|
import { config } from "@/config"
|
||||||
import clsx from "clsx"
|
import clsx from "clsx"
|
||||||
import Feedback from "../components/Feedback"
|
|
||||||
import EditButton from "../components/EditButton"
|
|
||||||
import Footer from "../components/Footer"
|
import Footer from "../components/Footer"
|
||||||
|
|
||||||
const ogImage =
|
const ogImage =
|
||||||
@@ -66,8 +64,6 @@ export default function RootLayout({
|
|||||||
>
|
>
|
||||||
<TightLayout ProvidersComponent={Providers} footerComponent={<Footer />}>
|
<TightLayout ProvidersComponent={Providers} footerComponent={<Footer />}>
|
||||||
{children}
|
{children}
|
||||||
<Feedback className="my-2" />
|
|
||||||
<EditButton />
|
|
||||||
</TightLayout>
|
</TightLayout>
|
||||||
</BareboneLayout>
|
</BareboneLayout>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user