Correct styling
This commit is contained in:
parent
71fac10e44
commit
4fbb6568c0
|
@ -301,13 +301,13 @@ export function ProfilePrivateStats(props: {
|
||||||
<span className="mx-auto text-xs sm:text-sm">profit</span>
|
<span className="mx-auto text-xs sm:text-sm">profit</span>
|
||||||
</Col>
|
</Col>
|
||||||
<Col
|
<Col
|
||||||
className={
|
className={'text-md flex-shrink-0 cursor-pointer sm:text-lg'}
|
||||||
'text-greyscale-4 text-md flex-shrink-0 cursor-pointer sm:text-lg'
|
|
||||||
}
|
|
||||||
onClick={() => setShowBadgesModal(true)}
|
onClick={() => setShowBadgesModal(true)}
|
||||||
>
|
>
|
||||||
<span>🏅 {calculateTotalUsersBadges(user)}</span>
|
<span>🏅 {calculateTotalUsersBadges(user)}</span>
|
||||||
<span className={'mx-auto text-xs sm:text-sm'}>badges</span>
|
<span className={'text-greyscale-4 mx-auto text-xs sm:text-sm'}>
|
||||||
|
badges
|
||||||
|
</span>
|
||||||
</Col>
|
</Col>
|
||||||
<Col
|
<Col
|
||||||
className={
|
className={
|
||||||
|
|
Loading…
Reference in New Issue
Block a user