File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h3 class="font-headline text-xl md:text-2xl leading-relaxed mb-4">
3535 < i class ="fas fa-sign-in fa-fw "> </ i >
3636 {{ i18n "hub_billing_createsession_description" . }}
3737 </ p >
38- < button x-show =" subscriptionData.captcha " :disabled ="subscriptionData.inProgress || captchaState == 'verifying' " type ="submit " class ="btn btn-primary w-full md:w-64 ">
38+ < button :disabled ="subscriptionData.inProgress || captchaState == 'verifying' " type ="submit " class ="btn btn-primary w-full md:w-64 ">
3939 < i :class ="{'fa-paper-plane': !subscriptionData.inProgress, 'fa-spinner fa-spin': subscriptionData.inProgress} " class ="fas fa-fw " aria-hidden ="true "> </ i >
4040 {{ i18n "hub_billing_createsession_submit" . }}
4141 </ button >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ <h3 class="font-h3">
5858 < p class ="font-p mb-4 ">
5959 {{ i18n "hub_demo_instruction" }}
6060 </ p >
61- < button x-show =" submitData.captcha " :disabled ="feedbackData.inProgress || captchaState == 'verifying' " type ="submit " class ="btn btn-primary w-full md:w-64 " x-cloak >
61+ < button :disabled ="feedbackData.inProgress || captchaState == 'verifying' " type ="submit " class ="btn btn-primary w-full md:w-64 " x-cloak >
6262 < i :class ="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress} " class ="fas fa-fw " aria-hidden ="true "> </ i > {{ i18n "hub_demo_submit" }}
6363 </ button >
6464 {{ partial "captcha.html" (dict "captchaPayload" "submitData.captcha" "captchaState" "captchaState") }}
You can’t perform that action at this time.
0 commit comments