From 83535acf1ccb412080ba681f5cee7b6db686b2f9 Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sat, 7 Jun 2025 02:09:59 +0200 Subject: [PATCH] feat: `no users found` text in table --- web/src/pages/Admin/Users/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/Admin/Users/index.tsx b/web/src/pages/Admin/Users/index.tsx index 23d9813..07a9b88 100644 --- a/web/src/pages/Admin/Users/index.tsx +++ b/web/src/pages/Admin/Users/index.tsx @@ -76,7 +76,7 @@ const AdminUsersPage: FC = () => { colSpan={5} className="px-6 py-12 text-center text-gray-500 dark:text-gray-400" > - No services found. + No users found. ) : (