docs: redesign footer (#8651)
This commit is contained in:
@@ -43,10 +43,10 @@ export default function RootLayout({
|
||||
}}
|
||||
showPagination={true}
|
||||
bodyClassName={clsx(inter.variable, robotoMono.variable)}
|
||||
feedbackComponent={<Feedback className="my-2" />}
|
||||
editComponent={<EditButton />}
|
||||
>
|
||||
{children}
|
||||
<Feedback className="my-2" />
|
||||
<EditButton />
|
||||
</TightLayout>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user