diff --git a/internal/ui/pages/spaces.templ b/internal/ui/pages/spaces.templ index 2e70708..821611e 100644 --- a/internal/ui/pages/spaces.templ +++ b/internal/ui/pages/spaces.templ @@ -38,7 +38,7 @@ templ Spaces(spaces []blocks.SpaceCardInfo) { } templ SharedSpaces(spaces []blocks.SpaceCardInfo) { - @layouts.App("Shared with me") { + @layouts.App("Shared with me", spaceOverviewSidebarContent()) {

Shared with me