From 42c3c48db58ba6be805c26564f254cd10eb2825b Mon Sep 17 00:00:00 2001 From: sstimsu Date: Thu, 2 Jul 2026 17:00:02 +0300 Subject: [PATCH] Temporarily hide Try navigation item MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comment out the Try link in the header nav (desktop and mobile drawer) and in the footer Resources list. The try.html page and all code are kept intact — restore by uncommenting two blocks in partials.jsx. Done with the help of: Claude Fable 5 Signed-off-by: sstimsu --- partials.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/partials.jsx b/partials.jsx index 8b9f992..f3da5e4 100644 --- a/partials.jsx +++ b/partials.jsx @@ -73,7 +73,9 @@ window.SiteHeader = function SiteHeader({ active = 'home' }) { { id: 'foundation', label: 'Foundation', href: 'foundation.html' }, { id: 'participate', label: 'Participate', href: 'participate.html' }, { id: 'learn', label: 'Learn', href: 'learn.html' }, + /* Temporarily hidden — restore by uncommenting { id: 'try', label: 'Try', href: 'try.html' }, + */ ]; React.useEffect(() => { document.body.classList.toggle('no-scroll', open); @@ -162,7 +164,9 @@ window.SiteFooter = function SiteFooter() {
  • Foundation
  • Participate
  • Learn
  • + {/* Temporarily hidden — restore by uncommenting
  • Try
  • + */}
  • GitHub