feat: add panel title headings to all SpaceSettings panels

This commit is contained in:
Jannis Braun
2026-03-22 02:20:51 +01:00
parent b3cb84c6a2
commit e87cab58bf
5 changed files with 5 additions and 0 deletions
@@ -69,6 +69,7 @@ function DiscoveryPanel({ spaceId }: { spaceId: string }) {
return (
<div className="space-y-5">
<h2 className="text-lg font-semibold text-txt-primary mb-6">Discovery</h2>
{!discoveryEnabled && (
<div className="p-2.5 bg-accent-amber/10 border border-accent-amber/30 rounded text-[13px] text-accent-amber">
Space discovery is disabled by the instance administrator. Changing visibility will have no effect until discovery is re-enabled.