1
0
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:
Kamran Ahmed
2025-05-28 16:51:00 +01:00
parent 53f86bb319
commit 2e8360a29b

View File

@@ -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"