mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
landscape: address #4517 feedback
This commit is contained in:
parent
612d93c807
commit
d91c05cb29
@ -10,6 +10,7 @@ import {
|
||||
Row,
|
||||
Text,
|
||||
Icon,
|
||||
Image,
|
||||
Action,
|
||||
StatelessTextInput as Input
|
||||
} from '@tlon/indigo-react';
|
||||
@ -297,7 +298,7 @@ function Participant(props: {
|
||||
|
||||
const avatar =
|
||||
contact?.avatar !== null && !hideAvatars ? (
|
||||
<img
|
||||
<Image
|
||||
src={contact.avatar}
|
||||
height={32}
|
||||
width={32}
|
||||
|
Loading…
Reference in New Issue
Block a user