File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -750,7 +750,7 @@ <h2 class="text-xl font-medium mb-4">Select Partner Types to Show</h2>
750750 let html = '<h2 class="text-xl font-medium mb-6 flex items-center gap-3"><i data-lucide="book-open" class="h-6 w-6 stroke-[#2563eb]"></i>Overview</h2>' ;
751751 if ( STATE . partnerType === 'Program Overview' ) {
752752 html += '<div class="mt-6 flex flex-col sm:flex-row gap-4">' ;
753- html += '<button id="partnersHelpButton" class="rounded-full border border-[#E2E8F0] px-6 py-3 text-sm font-medium text-gray-700 hover:bg-gray-50 transition-all duration-300 flex items-center justify-center gap-2 focus:outline-none focus:ring-2 focus:ring-[#2563eb] focus:ring-offset-2"><i data-lucide="users" class="h-4 w-4"></i>Partners do we help ?</button>' ;
753+ html += '<button id="partnersHelpButton" class="rounded-full border border-[#E2E8F0] px-6 py-3 text-sm font-medium text-gray-700 hover:bg-gray-50 transition-all duration-300 flex items-center justify-center gap-2 focus:outline-none focus:ring-2 focus:ring-[#2563eb] focus:ring-offset-2"><i data-lucide="users" class="h-4 w-4"></i>Why Partner with us ?</button>' ;
754754 html += '</div>' ;
755755 html += renderProgramOverviewMatrix ( ) ;
756756 } else {
You can’t perform that action at this time.
0 commit comments