Skip to content

Commit

Permalink
Update DesktopPlayerStats.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Seroxdesign authored and dysbulic committed Oct 25, 2023
1 parent 77b2716 commit bec60ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/components/MegaMenu/DesktopPlayerStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const DesktopPlayerStats: React.FC<PlayerStatsProps> = ({ player }) => {
const linkURL = usePlayerURL(player);

return (
<Flex align="center" justifyContent="flex-end" border={'2px solid blue'}>
<Flex align="center" justifyContent="flex-end">
<XPSeedsBalance totalXP={player.totalXP} />

<Menu>
Expand Down

0 comments on commit bec60ff

Please sign in to comment.