From a06400370a5e7c9758857d4c881746f97c23734c Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 6 Mar 2026 12:33:04 +0000 Subject: [PATCH] Fix: use count instead of length in analyzer.sx Co-Authored-By: Claude Opus 4.6 --- sx/sx/analyzer.sx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx/sx/analyzer.sx b/sx/sx/analyzer.sx index 2a3a549..c8f542d 100644 --- a/sx/sx/analyzer.sx +++ b/sx/sx/analyzer.sx @@ -18,7 +18,7 @@ :cls "text-violet-600") (~analyzer-stat :label "Total Macros" :value (str total-macros) :cls "text-stone-600") - (~analyzer-stat :label "Pages Analyzed" :value (str (length pages)) + (~analyzer-stat :label "Pages Analyzed" :value (str (count pages)) :cls "text-green-600")) (~doc-section :title "Per-Page Bundles" :id "bundles"