docs: redesign footer (#8651)

This commit is contained in:
Shahed Nasser
2024-08-20 14:47:53 +02:00
committed by GitHub
parent b8ba020cd5
commit 43202dde0f
17 changed files with 150 additions and 64 deletions
+2 -2
View File
@@ -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>
)
}