Use avatar component for rooms
This commit is contained in:
parent
f7cb015390
commit
f8b4331ec7
3 changed files with 8 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ function CallTile({
|
|||
size="lg"
|
||||
bgKey={name}
|
||||
src={avatarUrl}
|
||||
fallback={<VideoIcon width={16} height={16} />}
|
||||
fallback={name.slice(0, 1).toUpperCase()}
|
||||
className={styles.avatar}
|
||||
/>
|
||||
<div className={styles.callInfo}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue