Fix liquidity feed display to look right (#877)

This commit is contained in:
Marshall Polaris 2022-09-14 01:13:53 -07:00 committed by GitHub
parent 273b815e54
commit 1ebb505752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ export function FeedLiquidity(props: {
return <></>
return (
<Row className="flex w-full gap-2 pt-3">
<Row className="items-center gap-2 pt-3">
{isSelf ? (
<Avatar avatarUrl={user.avatarUrl} username={user.username} />
) : bettor ? (