Refactor User Management title

This commit is contained in:
gpt-engineer-app[bot]
2025-09-30 17:15:47 +00:00
parent 20eca8c245
commit 97ae436e11

View File

@@ -3,7 +3,11 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/com
import { ProfileManager } from '@/components/moderation/ProfileManager';
import { UserRoleManager } from '@/components/moderation/UserRoleManager';
import { Users, Shield, UserCheck, UserX } from 'lucide-react';
import { useIsMobile } from '@/hooks/use-mobile';
export function UserManagement() {
const isMobile = useIsMobile();
return <div className="space-y-6">
@@ -11,7 +15,7 @@ export function UserManagement() {
<TabsList className="grid w-full grid-cols-2">
<TabsTrigger value="profiles" className="flex items-center gap-2">
<UserCheck className="w-4 h-4" />
Profile Management
{isMobile ? 'Users' : 'User Management'}
</TabsTrigger>
<TabsTrigger value="roles" className="flex items-center gap-2">
<Shield className="w-4 h-4" />