profile and stats improvements

This commit is contained in:
yohlo
2025-09-13 23:05:35 -05:00
parent 4bc25fb0bc
commit d11e50d4ef
5 changed files with 171 additions and 69 deletions

View File

@@ -30,7 +30,7 @@ const Profile = ({ id }: ProfileProps) => {
return (
<>
<Header player={player} />
<Box m="sm" mt="lg">
<Box m='md' mt="lg">
<SwipeableTabs tabs={tabs} />
</Box>
</>