feat: no users found text in table

This commit is contained in:
2025-06-07 02:09:59 +02:00
parent 441ce2daca
commit 83535acf1c

View File

@ -76,7 +76,7 @@ const AdminUsersPage: FC = () => {
colSpan={5} colSpan={5}
className="px-6 py-12 text-center text-gray-500 dark:text-gray-400" className="px-6 py-12 text-center text-gray-500 dark:text-gray-400"
> >
No services found. No users found.
</td> </td>
</tr> </tr>
) : ( ) : (