diff --git a/apps/console/src/pages/PeopleListPage.tsx b/apps/console/src/pages/PeopleListPage.tsx index d94015d58..16dddeabd 100644 --- a/apps/console/src/pages/PeopleListPage.tsx +++ b/apps/console/src/pages/PeopleListPage.tsx @@ -10,7 +10,7 @@ import { import { useSearchParams } from "react-router"; import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"; import { Badge } from "@/components/ui/badge"; -import { CircleUser, Globe, Shield, Trash2, ChevronRight } from "lucide-react"; +import { UserPlus, Trash2, ChevronRight } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Link } from "react-router"; import { Helmet } from "react-helmet-async"; @@ -156,23 +156,20 @@ function PeopleListContent({ return (
- Manage your organization's people. + Keep track of your company's workforce and their progress towards completing tasks assigned to them.
1 people needs to get onboarded
+