Skip to content

Commit

Permalink
feat: change badges position in profile (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp authored Jan 5, 2024
1 parent 3ac491c commit c709d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/User/UserStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ export default function UserStats({ address, vpDistribution, isLoadingVpDistribu
</div>
)}
</div>
<Badges address={address} />
</div>
<div className="UserStats__UserInfoContainer">
<div className="UserStats__UserInfo">
<Badges address={address} />
<UserVpStats vpDistribution={vpDistribution} isLoadingVpDistribution={isLoadingVpDistribution} />
{total > 0 && (
<ActionBox title={t('page.profile.user_vp_stats.vp_distribution')} className="UserStats__VpDistributionBox">
Expand Down

0 comments on commit c709d00

Please sign in to comment.