mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-26 00:49:02 +02:00
Fix spacing
This commit is contained in:
@@ -87,7 +87,7 @@ export function UserPersonaForm(props: UserPersonaFormProps) {
|
|||||||
const hasFormCompleted = !!expertise && !!goal && !!commit;
|
const hasFormCompleted = !!expertise && !!goal && !!commit;
|
||||||
|
|
||||||
return (
|
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">
|
<div className="flex flex-col gap-3">
|
||||||
<label
|
<label
|
||||||
className="text-sm font-medium text-gray-700"
|
className="text-sm font-medium text-gray-700"
|
||||||
|
Reference in New Issue
Block a user