feat: add footer drSquatch page

This commit is contained in:
Nam Doan
2025-12-03 22:10:28 +07:00
parent f3fb70d073
commit 1e99ead658
6 changed files with 446 additions and 5 deletions
@@ -23,7 +23,7 @@ export default async function VtFooter({
const props = nodes?.config ?? {}
return (
<footer className="relative mx-auto duration-200 bg-white border-ui-border-base border-t-2">
<footer className={props?.className ?? ""}>
{props.children && <DynamicLayoutRenderer nodes={props.children} context={context} />}
</footer>
)