landscape: address #4517 feedback

This commit is contained in:
0x70b1a5 2021-03-03 19:18:58 -05:00 committed by GitHub
parent 612d93c807
commit d91c05cb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ import {
Row, Row,
Text, Text,
Icon, Icon,
Image,
Action, Action,
StatelessTextInput as Input StatelessTextInput as Input
} from '@tlon/indigo-react'; } from '@tlon/indigo-react';
@ -297,7 +298,7 @@ function Participant(props: {
const avatar = const avatar =
contact?.avatar !== null && !hideAvatars ? ( contact?.avatar !== null && !hideAvatars ? (
<img <Image
src={contact.avatar} src={contact.avatar}
height={32} height={32}
width={32} width={32}