From df4c5634170281f57da695c1914a519103e10d6b Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 07:59:26 +0000 Subject: [PATCH] Update interactive index title Change the title to "All Interactives (X)", where X is the total number of interactives. --- src/components/InteractiveIndex.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/InteractiveIndex.tsx b/src/components/InteractiveIndex.tsx index d89932e..c7506af 100644 --- a/src/components/InteractiveIndex.tsx +++ b/src/components/InteractiveIndex.tsx @@ -158,7 +158,7 @@ const InteractiveIndex = () => {
-

All Interactives

+

All Interactives ({allInteractives.length})

{/* Search and Sort Controls */}