diff --git a/src/components/panels/super-admin-panel.tsx b/src/components/panels/super-admin-panel.tsx
index 81ae747..05be490 100644
--- a/src/components/panels/super-admin-panel.tsx
+++ b/src/components/panels/super-admin-panel.tsx
@@ -409,12 +409,20 @@ export function SuperAdminPanel() {
Multi-tenant provisioning control plane with approval gates and safer destructive actions.
-
+
+
+
+
@@ -452,17 +460,21 @@ export function SuperAdminPanel() {
)}
-
-
- {createExpanded && (
+ {createExpanded && (
+
+
+
Create New Workspace
+
+
- Add a new workspace/client instance here. Fill the form below and click Create + Queue.
+ Fill in the workspace details below and click Create + Queue to provision a new client instance.
{gatewayLoadError && (
@@ -540,8 +552,8 @@ export function SuperAdminPanel() {