Skip to content

Commit

Permalink
Update ProfilePage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
palldas committed May 23, 2024
1 parent a91845a commit ee2ce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/ProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const ProfilePage: React.FC<ProfilePageProps> = ({
</Heading>
<Friends_List LoggedInUser={LoggedInUser} />
</Box>
<Box bg="white" borderRadius="md" boxShadow="md" p={4} height="30%">
<Box bg="white" borderRadius="md" boxShadow="md" p={4} height="48%">
<Heading size="md" mb={4}>
WishList
</Heading>
Expand Down

0 comments on commit ee2ce96

Please sign in to comment.