Skip to content

Commit

Permalink
fix: alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed May 13, 2024
1 parent 074ae43 commit ec4f607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/round-manager/src/features/round/ViewManageTeam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function ViewManageTeam(props: { round: Round | undefined }) {
<tr>
<th
scope="col"
className="w-1/4 px-6 py-3 text-left text-base font-medium text-gray-500 tracking-wider"
className="w-1/4 py-3 text-left text-base font-medium text-gray-500 tracking-wider"
>
Name
</th>
Expand All @@ -53,7 +53,7 @@ export default function ViewManageTeam(props: { round: Round | undefined }) {
<tbody className="bg-white divide-y divide-gray-100">
{sortedRoles.map((item: AddressAndRole, index) => (
<tr key={index}>
<td className="w-1/4 px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-400">
<td className="w-1/4 py-4 whitespace-nowrap text-sm font-medium text-gray-400">
User
</td>
<td className="w-2/4 px-6 py-4 whitespace-nowrap text-sm text-gray-400">
Expand Down

0 comments on commit ec4f607

Please sign in to comment.