We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0ce30 commit a0edae1Copy full SHA for a0edae1
frontend/src/components/LeadersListBlock.tsx
@@ -65,7 +65,7 @@ const LeaderData = ({
65
label: 'View Profile',
66
onclick: () => handleButtonClick(user),
67
}}
68
- className="h-64 w-40 bg-inherit"
+ className="w-42 h-64 bg-inherit"
69
company={user.company}
70
description={leaders[user.login]}
71
location={user.location}
0 commit comments