production ready

This commit is contained in:
2025-04-12 18:07:10 +07:00
parent da85bc0bbf
commit ad9904d5d5
31 changed files with 115 additions and 1120 deletions

View File

@@ -12,9 +12,9 @@ export function Footer() {
<div className="items-start justify-center hidden gap-4 lg:flex-col lg:flex lg:w-3/5">
<h3 className="text-lg font-bold font-code">{meta.title}</h3>
<span className="w-3/4 text-base text-wrap text-muted-foreground">{meta.description}</span>
<div className="flex items-center gap-6 mt-2">
{/* <div className="flex items-center gap-6 mt-2">
<FooterButtons />
</div>
</div> */}
</div>
<div className="flex flex-col items-start justify-center w-full gap-4 mt-4 xl:items-end lg:w-2/5">
<p className="text-center text-muted-foreground">

View File

@@ -46,9 +46,9 @@ export function SheetLeftbar() {
<div className="mx-2 px-5">
<DocsMenu isSheet />
</div>
<div className="px-6 py-2 flex justify-start items-center gap-6">
{/* <div className="px-6 py-2 flex justify-start items-center gap-6">
<FooterButtons />
</div>
</div> */}
<div className="flex w-2/4 px-5">
<ModeToggle />
</div>