mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 00:21:28 +02:00
Fix spacing
This commit is contained in:
@@ -87,7 +87,7 @@ export function UserPersonaForm(props: UserPersonaFormProps) {
|
||||
const hasFormCompleted = !!expertise && !!goal && !!commit;
|
||||
|
||||
return (
|
||||
<form onSubmit={handleSubmit} className={cn('space-y-8', className)}>
|
||||
<form onSubmit={handleSubmit} className={cn('space-y-5', className)}>
|
||||
<div className="flex flex-col gap-3">
|
||||
<label
|
||||
className="text-sm font-medium text-gray-700"
|
||||
|
Reference in New Issue
Block a user