File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,10 +202,10 @@ <h2 class="font-h2 mb-6">
202202 < p class ="font-p mb-4 "> {{ i18n "hub_ce_registration_step_3_success" }}</ p >
203203 < textarea class ="block input-box w-full h-32 md:h-48 mb-8 " x-text ="feedbackData.licenseText " readonly > </ textarea >
204204 < div class ="mt-auto ">
205- < button @click =" window.location. href = returnUrl + '?token=' + encodeURIComponent(feedbackData.licenseText) " class ="btn btn-primary w-full md:w-64 " data-umami-event ="hub-ce-registration-return-to-hub ">
206- < i : class ="{' fa-chevron-right': !feedbackData.inProgress, ' fa-spinner fa-spin': feedbackData.inProgress} " class =" fa-solid " aria-hidden ="true "> </ i >
205+ < a : href=" returnUrl + '?token=' + encodeURIComponent(feedbackData.licenseText) " class ="btn btn-primary w-full md:w-64 " data-umami-event ="hub-ce-registration-return-to-hub ">
206+ < i class ="fa-solid fa-chevron-right " aria-hidden ="true "> </ i >
207207 Todo: Return to Hub
208- </ button >
208+ </ a >
209209 </ div >
210210 </ div >
211211 </ div >
You can’t perform that action at this time.
0 commit comments