Enterprise
-
For high volume sites and custom needs
+
For high volume sites and custom needs
Custom
diff --git a/components/settings/OrganizationSettings.tsx b/components/settings/OrganizationSettings.tsx
index 0febe51..7bb98db 100644
--- a/components/settings/OrganizationSettings.tsx
+++ b/components/settings/OrganizationSettings.tsx
@@ -320,7 +320,7 @@ export default function OrganizationSettings() {
// If no org ID, we are in personal organization context, so don't show org settings
if (!currentOrgId) {
return (
-
+
You are in your personal context. Switch to an Organization to manage its settings.
)
@@ -606,7 +606,7 @@ export default function OrganizationSettings() {
minLength={2}
maxLength={50}
disabled={!isEditing}
- className={`bg-white dark:bg-neutral-900 ${!isEditing ? 'text-neutral-500' : ''}`}
+ className={`bg-white dark:bg-neutral-900 ${!isEditing ? 'text-neutral-500 dark:text-neutral-400' : ''}`}
/>
@@ -615,7 +615,7 @@ export default function OrganizationSettings() {
Organization Slug
-
+
drop.ciphera.net/
-
+
Changing the slug will change your organization's URL.
@@ -737,14 +737,14 @@ export default function OrganizationSettings() {
{/* Members List */}