Add host setup functions and client components
This commit is contained in:
@@ -21,7 +21,7 @@ export default function AdminHero({ title, description, buttons }: Props) {
|
||||
<Section>
|
||||
<Stack className="w-full items-stretch">
|
||||
<Row className="w-full justify-between items-start">
|
||||
<Stack>
|
||||
<Stack className="gap-3">
|
||||
<H1>{title}</H1>
|
||||
{description ? (
|
||||
typeof description == "string" ? (
|
||||
@@ -45,7 +45,6 @@ export default function AdminHero({ title, description, buttons }: Props) {
|
||||
</Stack>
|
||||
<Row>{buttons}</Row>
|
||||
</Row>
|
||||
<Divider className="my-4" />
|
||||
</Stack>
|
||||
</Section>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user