File: components/console/account-page-client.tsx
Console Page: Account
Type: Accessibility
Effort: Easy (< 30 min)
Problem: Avatar is a div with cursor-pointer and hover overlay but not semantic/keyboard accessible.
Fix: Use a button element with aria-label="Change avatar" or remove interactive affordance if no action exists.
File: components/console/account-page-client.tsx
Console Page: Account
Type: Accessibility
Effort: Easy (< 30 min)
Problem: Avatar is a div with cursor-pointer and hover overlay but not semantic/keyboard accessible.
Fix: Use a button element with aria-label="Change avatar" or remove interactive affordance if no action exists.