Skip to content

Commit 67b5caa

Browse files
Update index.html
1 parent e09418d commit 67b5caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)