Skip to content

Commit

Permalink
minor form fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psiddharthdesign committed Aug 2, 2024
1 parent 09eaad2 commit cd9e64e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/CreateProjectForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ export default function CreateProjectForm({ organizationId, repositories, teams
animate={{ opacity: 1, y: 0 }}
transition={{ delay: 0.2 }}
>
<CardHeader className="flex flex-col">
<CardTitle className="text-lg">Select a Team</CardTitle>
<CardDescription className="text-sm text-muted-foreground">Choose the team for your project</CardDescription>
<CardHeader className="flex flex-col space-y-0">
<CardTitle className="text-lg mb-0">Select a Team</CardTitle>
<CardDescription className="text-sm text-muted-foreground mt-0">Choose the team for your project</CardDescription>
</CardHeader>
<CardContent>
{teams.length > 0 ? (
Expand Down

0 comments on commit cd9e64e

Please sign in to comment.