From 6898e760acf6ea7a2eeb07264cecec0c630e79d7 Mon Sep 17 00:00:00 2001 From: gearnode Date: Thu, 20 Feb 2025 11:06:08 +0100 Subject: [PATCH] Change "Add a people" button style Signed-off-by: gearnode --- apps/console/src/pages/PeopleListPage.tsx | 25 ++++++++++------------- 1 file changed, 11 insertions(+), 14 deletions(-) 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 (
-

People

+

Employees

- Manage your organization's people. + Keep track of your company's workforce and their progress towards completing tasks assigned to them.

- {/* Add Person Section */} -
-
- -

Add a person

-
-
- -
+
+

1 people needs to get onboarded

+