docs: add spacing at the bottom of the document (#930)

This commit is contained in:
TinsFox
2024-12-18 13:02:09 +03:00
committed by GitHub
parent 727820d5ed
commit c6fbbb697c
+2 -1
View File
@@ -46,7 +46,8 @@ export default async function Page({
header: <div className="w-10 h-4"></div>,
}}
footer={{
enabled: false,
enabled: true,
component: <div className="w-10 h-4"/>
}}
>
<DocsTitle>{page.data.title}</DocsTitle>