Skip to content

Commit

Permalink
Address Nick's review
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Jan 2, 2025
1 parent 2be9d80 commit af45712
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export function UserCardMedium({
)}
</p>
{(position || company) && (
<p className={`${isLarge ? 'SRC-blackText' : ''}`}>
<p>
{position} {position ? ' / ' : ''} {company}
</p>
)}
Expand Down Expand Up @@ -242,12 +242,7 @@ export function UserCardMedium({
// when the component is large we have to set the click handler to wrap both the top and bottom portion
return (
<Card>
<div
className={`SRC-userCard`}
style={{ backgroundColor: 'transparent' }}
>
{mediumCard}
</div>
<div className={`SRC-userCard SRC-userCardMediumUp`}>{mediumCard}</div>
{isLarge && (
<UserCardLarge userProfile={userProfile} isCertified={isCertified} />
)}
Expand Down

0 comments on commit af45712

Please sign in to comment.