Skip to content

Commit

Permalink
Copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Jul 25, 2023
1 parent f61d360 commit 8c7fb8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CreateTeam/Step0.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ export function Step0(props: Step0Props) {
validTeamType.value === selectedTeamType ? 'opacity-100' : ''
}`}
/>
<span className="mb-1.5 block text-2xl font-bold">
<span className="mb-2 block text-2xl font-bold">
{validTeamType.label}
</span>
<span className="text-sm text-gray-500">
<span className="text-sm text-gray-500 leading-[21px]">
{validTeamType.description}
</span>
</button>
Expand Down

0 comments on commit 8c7fb8c

Please sign in to comment.