Skip to content

Commit 385620e

Browse files
authored
docs: fix duplicate footer in user guide (medusajs#11785)
1 parent bd4428c commit 385620e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

www/apps/user-guide/app/layout.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import "./globals.css"
55
import { BareboneLayout, TightLayout } from "docs-ui"
66
import { config } from "@/config"
77
import clsx from "clsx"
8-
import Feedback from "../components/Feedback"
9-
import EditButton from "../components/EditButton"
108
import Footer from "../components/Footer"
119

1210
const ogImage =
@@ -66,8 +64,6 @@ export default function RootLayout({
6664
>
6765
<TightLayout ProvidersComponent={Providers} footerComponent={<Footer />}>
6866
{children}
69-
<Feedback className="my-2" />
70-
<EditButton />
7167
</TightLayout>
7268
</BareboneLayout>
7369
)

0 commit comments

Comments
 (0)