File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 </ div >
2525 </ div >
2626 < h1 class ="mt-4 text-3xl font-semibold leading-tight sm:text-4xl ">
27- Join < span class ="text-transparent bg-clip-text "
28- style ="background-image: linear-gradient(90deg, #2563eb, #1d4ed8); "> Recast Partner Program</ span >
27+ < span class ="text-transparent bg-clip-text "
28+ style ="background-image: linear-gradient(90deg, #2563eb, #1d4ed8); "> Recast Partner Program</ span >
2929 </ h1 >
3030 < p class ="mt-2 max-w-3xl text-gray-700 leading-relaxed ">
3131 We put < span class ="text-[#2563eb] font-semibold "> partnership</ span > at the center of how we go to market.
@@ -540,7 +540,7 @@ <h1 class="mt-4 text-3xl font-semibold leading-tight sm:text-4xl">
540540 STATE . selectedPartnerTypes = PARTNER_TYPES . slice ( ) ;
541541 }
542542 if ( ! STATE . selectedPartnerTypes . includes ( STATE . partnerType ) ) {
543- STATE . partnerType = STATE . selectedPartnerTypes [ 0 ] ;
543+ STATE . partnerType = STATE . selectedPartnerTypes [ 0 ] || PARTNER_TYPES [ 0 ] ;
544544 }
545545 }
546546 function setDefaultBand ( type ) {
You can’t perform that action at this time.
0 commit comments