Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yatharth-b committed Apr 1, 2024
1 parent 8471a73 commit 30fdf03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/ComparisonContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,9 @@ export default function ComparisonContainer({
setInvitationModalOpen={setInvitationModalOpen}
handleNameEditOnBlur={handleNameEditOnBlur}
/>
<div className="friend-email">
<p>{friend.email}</p>
</div>
{Object.entries(friend.versions).map(
([scheduleId, schedule]) => {
return (
Expand Down
3 changes: 2 additions & 1 deletion src/components/ComparisonContainer/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@

.friend-name {
p {
font-size: 14px;
font-weight: 575;
font-size: 16px;
}
}

Expand Down

0 comments on commit 30fdf03

Please sign in to comment.