From c59f9b9214888a826ceeb69b0eb00a2a6c9b4d09 Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 30 Sep 2025 11:41:10 -0400 Subject: [PATCH] chore: updated copy --- site/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/index.html b/site/index.html index d454932..f31b1ef 100644 --- a/site/index.html +++ b/site/index.html @@ -238,7 +238,7 @@ const scrollContainer = document.getElementById('scrollContainer'); const prevBtn = document.getElementById('prevBtn'); const nextBtn = document.getElementById('nextBtn'); - const backToStartBtn = document.getElementById('backToStartBtn'); + //const backToStartBtn = document.getElementById('backToStartBtn'); let currentSection = 0; const totalSections = scrollContainer.children.length; @@ -269,9 +269,9 @@ scrollToSection(currentSection + 1); }); - backToStartBtn.addEventListener('click', () => { - scrollToSection(0); - }); + // backToStartBtn.addEventListener('click', () => { + // scrollToSection(0); + // }); // Update current section when user manually scrolls scrollContainer.addEventListener('scroll', () => {