remove social button

This commit is contained in:
2025-04-19 00:35:30 +07:00
parent dc768b782c
commit 5088760535

View File

@@ -13,7 +13,7 @@ export function Footer() {
<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">
<FooterButtons />
{/* <FooterButtons /> */}
</div>
</div>
<div className="flex flex-col items-start justify-center w-full gap-4 mt-4 xl:items-end lg:w-2/5">