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 ae244d5Copy full SHA for ae244d5
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="h-64 w-42 bg-inherit"
69
company={user.company}
70
description={leaders[user.login]}
71
location={user.location}
0 commit comments