test recap
This commit is contained in:
@@ -748,7 +748,7 @@ const ProjectFormSection = () => {
|
||||
<ShimmerButton
|
||||
type="submit"
|
||||
className="w-full py-6 text-xl rounded-2xl shadow-lg hover:shadow-xl"
|
||||
disabled={!formData.agreeTerms || isRecaptchaVerified || isLoading}
|
||||
disabled={!formData.agreeTerms || isLoading}
|
||||
>
|
||||
<div className="inline-flex items-center justify-center gap-3">
|
||||
{isLoading ? (
|
||||
|
||||
Reference in New Issue
Block a user