Skip to content

Commit

Permalink
finale
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp committed Apr 25, 2024
1 parent 5d4dd92 commit c65452c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions apps/mobile/src/components/Trending/TrendingUserCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,9 @@ export function TrendingUserCard({
<View className="flex flex-row">
<ProfilePicture userRef={user} size="xs" />
</View>
<View className="flex flex-row items-center">
<Typography className="text-sm" font={{ family: 'ABCDiatype', weight: 'Bold' }}>
{user.username}
</Typography>
</View>
<Typography className="text-sm" font={{ family: 'ABCDiatype', weight: 'Bold' }}>
{user.username}
</Typography>
</View>
);
}
Expand Down

0 comments on commit c65452c

Please sign in to comment.