feat: add footer drSquatch page
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user