update id

This commit is contained in:
2025-11-07 16:09:01 -03:00
parent c8b4d9beeb
commit 4c50692cd9
27 changed files with 210 additions and 517 deletions

View File

@@ -67,7 +67,7 @@ export const columns: ColumnDef<Enrollment>[] = [
return (
<div className="flex gap-2.5 items-center">
<Avatar className="size-12">
<Avatar className="size-10 hidden lg:block">
<AvatarFallback>{initials(user.name)}</AvatarFallback>
</Avatar>