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