diff --git a/sx/sx/analyzer.sx b/sx/sx/analyzer.sx index c8f542d..2220d76 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 (count pages)) + (~analyzer-stat :label "Pages Analyzed" :value (str (len pages)) :cls "text-green-600")) (~doc-section :title "Per-Page Bundles" :id "bundles"