fix: add some padding

This commit is contained in:
Benno Tielen 2025-03-22 15:05:07 +01:00
parent b89aa64688
commit 3f0f0a8994

View file

@ -94,6 +94,10 @@ export default async function GroupPage({ params }: { params: Promise<{slug: str
<Blocks content={content} />
}
{ content && content.length == 0 &&
<Section padding={"medium"}></Section>
}
<AdminMenu
collection={"group"}
id={id}