Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Avatar component to avoid non-text items #9950

Closed
gigincg opened this issue Jan 14, 2025 · 1 comment · Fixed by #9951
Closed

Refactor Avatar component to avoid non-text items #9950

gigincg opened this issue Jan 14, 2025 · 1 comment · Fixed by #9951
Labels
needs-triage question Further information is requested

Comments

@gigincg
Copy link
Member

gigincg commented Jan 14, 2025

The Avatar component currently uses SVG for rendering initials which is non-text content. This should be refactored to use regular text elements for better accessibility and maintainability. Changes needed: - Replace SVG text element with a regular div/span element - Ensure proper text styling and centering - Maintain existing visual appearance

@DonXavierdev
Copy link
Contributor

Can you please assign this to me? @gigincg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants