Skip to content

Commit

Permalink
add bold font on user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfAngel committed May 9, 2024
1 parent 980d461 commit 8a78b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/UserProfileModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function UserProfileModal({
</Center>
<Center>
<Box textAlign='left'>
<OverflownText fontSize='xl' tooltipPlacement='top'>
<OverflownText fontSize='xl' tooltipPlacement='top' fontWeight='bold'>
@{user.username}
</OverflownText>
{user.presence && (
Expand Down

0 comments on commit 8a78b6f

Please sign in to comment.