fix: add some padding
This commit is contained in:
parent
b89aa64688
commit
3f0f0a8994
1 changed files with 4 additions and 0 deletions
|
|
@ -94,6 +94,10 @@ export default async function GroupPage({ params }: { params: Promise<{slug: str
|
||||||
<Blocks content={content} />
|
<Blocks content={content} />
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{ content && content.length == 0 &&
|
||||||
|
<Section padding={"medium"}></Section>
|
||||||
|
}
|
||||||
|
|
||||||
<AdminMenu
|
<AdminMenu
|
||||||
collection={"group"}
|
collection={"group"}
|
||||||
id={id}
|
id={id}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue