feat: add missing sidebar content for shared with me spaces
This commit is contained in:
parent
6355dc8af6
commit
7f437949b1
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ templ Spaces(spaces []blocks.SpaceCardInfo) {
|
||||||
}
|
}
|
||||||
|
|
||||||
templ SharedSpaces(spaces []blocks.SpaceCardInfo) {
|
templ SharedSpaces(spaces []blocks.SpaceCardInfo) {
|
||||||
@layouts.App("Shared with me") {
|
@layouts.App("Shared with me", spaceOverviewSidebarContent()) {
|
||||||
<div class="container px-6 py-8 mx-auto">
|
<div class="container px-6 py-8 mx-auto">
|
||||||
<div class="mb-8">
|
<div class="mb-8">
|
||||||
<h1 class="text-3xl font-bold">Shared with me</h1>
|
<h1 class="text-3xl font-bold">Shared with me</h1>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue