mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-14 03:00:29 +03:00
Use Unicode aware character-wise slicing (#159)
This commit is contained in:
parent
2c9e32b6c4
commit
6e9394ec7a
10 changed files with 11 additions and 11 deletions
|
|
@ -51,7 +51,7 @@ function RoomSelector({
|
|||
content={(
|
||||
<>
|
||||
<Avatar
|
||||
text={name.slice(0, 1)}
|
||||
text={name}
|
||||
bgColor={colorMXID(roomId)}
|
||||
imageSrc={imageSrc}
|
||||
iconSrc={iconSrc}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue