Use avatar component for rooms

This commit is contained in:
Robert Long
2022-01-21 16:41:00 -08:00
parent f7cb015390
commit f8b4331ec7
3 changed files with 8 additions and 2 deletions

View File

@@ -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}>