bunch of fixes

This commit is contained in:
2025-01-21 17:18:32 -05:00
parent f0ed5ab8bb
commit 1a59ac8373
12 changed files with 40 additions and 39 deletions

View File

@@ -92,7 +92,7 @@ export default async function UsersTable(props: any) {
<tr key={item.uuid}>
<td className="whitespace-wrap flex items-center py-4 pl-4 pr-3 text-xs font-medium text-gray-900 ">
<Link href={`/userProfile/${item.uuid}`}><span className="pl-2"> {item.email}</span></Link>
<Link href={`/UserProfile/${item.uuid}`}><span className="pl-2"> {item.email}</span></Link>
</td>
<td className="whitespace-nowrap px-3 py-4 text-xs text-gray-900">
{item.first_name}