diff --git a/src/components/ContentSettings.tsx b/src/components/ContentSettings.tsx index 08ae620b..f43c4257 100644 --- a/src/components/ContentSettings.tsx +++ b/src/components/ContentSettings.tsx @@ -38,7 +38,7 @@ export function ContentSettings() { {/* Feed Tabs Section */}
- Set a community domain. We'll download the NIP-05 user list to show posts only from verified members. -
+ {/* Community Management */} ++ Set a community domain. We'll download the NIP-05 user list to show posts only from verified members. +
+{community.label}
-- {community.domain} • {community.userCount} {community.userCount === 1 ? 'user' : 'users'} -
-{community.label}
++ {community.domain} • {community.userCount} {community.userCount === 1 ? 'user' : 'users'} +