diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c16496..f97f2fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,6 +106,7 @@ export default function LandingPage() { } else { // After 6 'No' clicks, show two 'Yes' buttons buttons.push({ text: "Yes", onClick: handleYes }); + buttons.push({ text: "Yes", onClick: handleYes }); // Add a second 'Yes' button } return buttons; }; @@ -256,4 +257,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}