Skip to content

Commit 2c6c671

Browse files
committed
Added prospectus download
1 parent 0c387af commit 2c6c671

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Components/Home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ const EnhancedCTAButtons = () => {
242242
// ---------------------------------------------------------
243243
const IS_TICKET_SALE_OPEN = false;
244244
const IS_CFP_OPEN = true;
245-
const IS_SPONSOR_OPEN = false; // Set to true to enable Sponsor button
245+
const IS_SPONSOR_OPEN = true; // Set to true to enable Sponsor button
246246

247247
return (
248248
<div className="flex flex-col sm:flex-row items-center justify-center gap-4 sm:gap-6 w-full">
@@ -297,7 +297,7 @@ const EnhancedCTAButtons = () => {
297297
>
298298
{IS_SPONSOR_OPEN ? (
299299
<a
300-
href="https://drive.google.com/uc?export=download&id=1p7ZAFM7yXGp7qwGvOPjR_HuaMenHS_7W"
300+
href="https://drive.google.com/uc?export=download&id=1_6MNbQWJJ3sky0SvlouF-7-owBKUhy-b"
301301
target="_blank"
302302
className="group block w-full"
303303
>

0 commit comments

Comments
 (0)