Skip to content

Commit

Permalink
Update UserProfile.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
palldas committed May 23, 2024
1 parent 5b57d38 commit c47213f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/UserProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const UserProfile: React.FC<UserProfileProps> = ({ userId, avatarColor }) => {
// `${profileData.firstName[0]}${profileData.lastName[0]}`.toUpperCase();

return (
<Box bg="white" borderRadius="md" boxShadow="md" p={6} mb={4} height="100%">
<Box bg="white" borderRadius="md" boxShadow="md" p={6} mb={4}>
<Heading size="md" mb={4}>
{profileData.firstName} {profileData.lastName}'s Profile
</Heading>
Expand Down

0 comments on commit c47213f

Please sign in to comment.