You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Album art, profile avatars, and cover images appear in MyAlbums.tsx, MyMusicContent.tsx, and the profile page, but img/Image elements likely lack meaningful alt attributes, hurting accessibility and SEO.
Acceptance Criteria
All artwork-bearing img/Image elements in MyAlbums.tsx, MyMusicContent.tsx, and profile page have descriptive alt text derived from song/album/artist name
Decorative-only images use empty alt="" appropriately
No console warnings about missing alt props remain
Context
Album art, profile avatars, and cover images appear in MyAlbums.tsx, MyMusicContent.tsx, and the profile page, but img/Image elements likely lack meaningful alt attributes, hurting accessibility and SEO.
Acceptance Criteria