Increase gap between profit and streak
This commit is contained in:
parent
00c9fa61c3
commit
ba5dabd613
|
@ -128,8 +128,8 @@ export function UserPage(props: { user: User }) {
|
||||||
<span className="text-2xl font-bold">{user.name}</span>
|
<span className="text-2xl font-bold">{user.name}</span>
|
||||||
<span className="text-gray-500">@{user.username}</span>
|
<span className="text-gray-500">@{user.username}</span>
|
||||||
</Col>
|
</Col>
|
||||||
<Col className={'justify-center gap-4'}>
|
<Col className={'justify-center'}>
|
||||||
<Row>
|
<Row className={'gap-3'}>
|
||||||
<Col className={'items-center text-gray-500'}>
|
<Col className={'items-center text-gray-500'}>
|
||||||
<span
|
<span
|
||||||
className={clsx(
|
className={clsx(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user