From b83f0ce7489b0aedef814fe91aa0b90a8a6a59c3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 22:49:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +} -- 2.49.1