Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix(avatar): Stop using getInitials in hashCode to allow different …
…colors for same initials with different names 🎨 By removing `getInitials` from `hashCode`, the function now uses the full name to generate a hash. This ensures that even if two names produce the same initials, their colors will differ if their full names are different.
- Loading branch information