mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
loading thumbnail instead of full image
This commit is contained in:
parent
b43c4f3cfb
commit
2844bbfeff
@ -78,7 +78,7 @@ export function HeaderView({ item, setItemFormPopup }: {
|
|||||||
<div className="tw-flex tw-flex-row">{
|
<div className="tw-flex tw-flex-row">{
|
||||||
avatar ?
|
avatar ?
|
||||||
<div className="tw-w-10 tw-rounded-full">
|
<div className="tw-w-10 tw-rounded-full">
|
||||||
<img className="tw-rounded-full" src={avatar} />
|
<img className="tw-rounded-full" src={`${avatar}?width=80&height=80`} />
|
||||||
</div>
|
</div>
|
||||||
:
|
:
|
||||||
""
|
""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user