File tree 2 files changed +2
-2
lines changed
LongevityWorldCup.Website/wwwroot/onboarding
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
< body >
25
25
<!--HEADER-->
26
26
< main >
27
- < h2 data-aos ="fade " data-aos-duration ="700 " data-aos-delay ="200 "> Application Review < i class ="fas fa-rocket "> </ i > </ h2 >
27
+ < h2 id =" appReviewTitle " data-aos ="fade " data-aos-duration ="700 " data-aos-delay ="200 "> Application Review < i class ="fas fa-rocket "> </ i > </ h2 >
28
28
<!-- Create distinct URLs or manually defined versions for each scenario -->
29
29
< div style ="text-align: center; " data-aos ="fade " data-aos-duration ="700 " data-aos-delay ="250 ">
30
30
< picture >
Original file line number Diff line number Diff line change @@ -897,7 +897,7 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="400">1. Character Cr
897
897
profilePic = null ;
898
898
proofPics = [ ] ;
899
899
// Redirect or reset the form
900
- window . location . href = '/onboarding/application-review.html' ;
900
+ window . location . href = '/onboarding/application-review.html#appReviewTitle ' ;
901
901
} else {
902
902
// Handle error
903
903
alert ( 'Failed to submit application. Please try again later.' ) ;
You can’t perform that action at this time.
0 commit comments