Remove usage of tiley (#4406)

* First pass

* Mooarrr

* lint

* snapshots
This commit is contained in:
Tom Moor
2022-11-08 17:12:22 -08:00
committed by GitHub
parent 920b58c006
commit 587f062677
38 changed files with 169 additions and 177 deletions

View File

@@ -39,7 +39,7 @@ function UserProfile(props: Props) {
<Modal
title={
<Flex align="center">
<Avatar src={user.avatarUrl} size={38} alt={t("Profile picture")} />
<Avatar model={user} size={38} alt={t("Profile picture")} />
<span>&nbsp;{user.name}</span>
</Flex>
}