feat: breadcrumbs
This commit is contained in:
parent
2a9c2ca263
commit
88c8596512
11 changed files with 140 additions and 20 deletions
|
|
@ -10,7 +10,7 @@ type SpaceCreateAccountPageProps struct {
|
|||
}
|
||||
|
||||
templ SpaceCreateAccountPage(props SpaceCreateAccountPageProps) {
|
||||
@layouts.App("Create Account", spaceOverviewSidebarContent(), spaceSpecificSidebarContent(props.SpaceID)) {
|
||||
@layouts.AppWithBreadcrumb("Create Account", spaceChildBreadcrumb(props.SpaceID, props.SpaceName, "Create Account"), spaceOverviewSidebarContent(), spaceSpecificSidebarContent(props.SpaceID)) {
|
||||
<div class="container max-w-3xl px-6 py-8 mx-auto space-y-8">
|
||||
<div>
|
||||
<h1 class="text-3xl font-bold">Create Account</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue